You are not logged in. Please login or register.
Active topics Unanswered topics
Search options
Hi, I am trying to pass urls such as
http://www.domain.com/sub_category.php?id=Agricultural + Excavating
Then in the next page when I use $_GET['id'] it seems to strip out the + sign.
Can anyone help me make it so that it passed the + sign?
Thanks
Jim
Hi There, wondering if anyone can help me. I have a page with two Iframes on it. One is a search box form and the other is where i want to display the results....Now is there a way with PHP to get the one Iframe to somehow pass the form to the other Iframe?
And not itself?
Thanks
Jim
Does anyone know a php function to make a string such as
THE BIG HOUSE WAS FUNNY LOOKING into
The Big House Was Funny Looking
or even
the big house was funny looking into
The Big House Was Funny Looking
Thanks
This is my Rule
RewriteRule ^([a-zA-Z_-]+)\.php$ /projecttest/index.php?id=$1 [L]
I am trying to have the link such as <a href="link-name.php">link</a> Then $1 become "link" without the ".php" extension
I think the problem is something todo with "\.php" .
Thanks
Jim
ultime wrote:I have added "htmlspecialchars" but I have no idea how to really use them.. Not sure if it fixed the problem.
"htmlentities" is sort of like htmlspecialchars. Could work better possibly.
http://ca3.php.net/htmlentities
Posts found: 5