Author |
Message |
Topic: replace underscores with spaces |
peok
Replies: 4
Views: 9543
|
|
Hey thanks for your reply TRUSTpunk.
It worked great.
This is my code:
<?php
$gallery_title = $gallery_dir;
$gallery_title = str_replace('_' , ' ' , $gallery_title);
$gallery_ti ... |
Topic: replace underscores with spaces |
peok
Replies: 4
Views: 9543
|
|
I tried searching google, but honestly I don't think I know how to put this into php lingo so I didn't come up with much. I want to replace underscores with spaces in a string of text which is in a va ... |
Topic: php, forms, and variables |
peok
Replies: 7
Views: 13479
|
|
It Worked! Yay! Thanks so much niteowl
um, so the is the reason the tutorial didn't work because its a bit depreciated and i need the $_GET[] or $_POST[]?
Thanks so much, once again. I'm ready t ... |
Topic: php, forms, and variables |
peok
Replies: 7
Views: 13479
|
|
Ok, tried it but I just got a slightly modified error message.
First setup was:
<html>
<head>
<title>My Form</title>
</head>
<body>
<form action=&qu ... |
Topic: Please Rate My Website |
peok
Replies: 10
Views: 21403
|
|
nice site. very clean, organized, easy to get around. first, in the gallery, the big pictures are way too big. nobody needs closeups like that of rocks, and they take awhile to load. secondly, (this i ... |
Topic: php, forms, and variables |
peok
Replies: 7
Views: 13479
|
|
I'm still just a few days into learning php, and I've been going though this tutorial:
[url=http://hotwired.lycos.com/webmonkey/01/48/index2a_page6.html?tw=programming]Tutorial, Page 6
Anyway, i ... |
|