[PHP] Humorous PHP code for t-shirts

2002-03-12 Thread jhj hjhjhj
Hey people, I was asking myself if anybody of you guys have any humorous code in PHP to be used in personal t-shirts. Thanks! Jhon. _ Do You Yahoo!? La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx --

[PHP] QUERY STRING question

2002-03-11 Thread jhj hjhjhj
Hey again list, Anybody know what the diffrance in using "%20" and "+" as a space in the query string is? Josepablo Pérez _ Do You Yahoo!? La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx -- PHP Genera

[PHP] Help with form validate script and the way it handles redirections.

2002-03-11 Thread jhj hjhjhj
Hey People: I made a form validator script, it redirects you back to the page you were before if you have an error. To do this iam putting a hidden entry that is $REQUEST_URI . So if the script needs to redirect you back itll do this: header("Location: ?$reference&message=another_message");