php global variable
how can we create global variable so we can use its value in any form.. Please give example to
user data not transferring to new page
I'm a PHP learner. After an index.php page, the user goes to a login.php page. Both pages seem to
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
having a small php error tha deals with the 'foreach'
Last night i was working on a script for a cart and it seemed to working good, until this morning. F
New Search Engine problem
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
Supress some serveroutput but not all
Hi,
I have a script I'm working on that uses plsql to create and RMAN script, this uses d
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
my login script page is not working on remote computers
hi my login is working on my computer, but when i tried 2 computers from 2 different locations, they
Parse error: syntax error, unexpected T_ELSEIF in /home/......html/item.php on l
I do not know what is wrong with this. Hope some one can help. I do nto want to post the entire site
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?