upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
Displaying a record from mysql in a simple swf file
Hi,
I have a mysql database containing information I would like to display in my swf.
asp authentication problem
Hello all,
I want to use the asp authentication (from asp.net configuration) in my web site. there
Cron Job and Output
I have php codes running under a cron job.
But everytime i output (echo) , it comes out as comple
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
Spaghetti Code
So.
I've pretty much reached the point where I have so many isset s on one page that I can't
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan
Hi, explode and strstr.
Hi, I seem to be confused about the strstr function, eg. i have a string like:
"a.b.c.d.e.f&
PHP submit form script causing blank page
Im trying to submit a form using this script, however nothing shows up on the page, does anyone know