Need Successful Return
Hello I am currently working a form here, and I have everything figured out except when I click the
Why will this program not run if the variables are not global?
Hey guys I have a kind of perplexing situation that is probably simple, but I can't seem to understa
Escaped characters
I have a script that allows you to post news to the home page of my site. Along with the news is the
LinkedList help
Ok so I just learned quickly about lists, so I have a not too hard project I think, but am having a
Linkage between two scripts
Okay say I have this for a link in a script:
Code: <li><a href="#&q
Parse String
I need to parse the string below into three variables. How would I do that?
john + 10/20/2008
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Content-Disposition: attachment; filename=... not working as i thought it should
taken the following code from the php.net site the script is not working.
what is not happeni
Can't find the problem (no error message)!
OK, here's the deal. This code is really weirdly formatted (sorry!) and hard to understand, so I'm g
Converting RGB values to HEX
Code: <?PHP
$file_handle = fopen("colors/rgb.csv", "r");
wh