Using two $_POST Function / Switch () statements, second does not work.
Hi all. I’m new to php and am having a problem getting $_POST Function / switch () to work. I
Sequencing or queuing parallel process
Scenario is as follows
There is one parent process say P1 and 4 child processes say A B C D
A little help in c#
i am doing a simple paint program using c# i want to draw with the mouse so i wrote the code of the
PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
Auto-populating dropdowns and multiple forms.
Here's what I have so far:
First drop down = select a state (works)
This populates the sec
how can i display php source code snippets ?
I am outputting some pho code .. and I want to display the source code so people can copy and paste
Passing Variables
What I'm wanting to do is when the user clicks on Arenas it will know the name of the country it's w
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
FILTER_CALLBACK -- Files?
Hi All,
I'm using the php filter functions to validate my form data. For custom filters, I'm
Do something every fifth time?
I'm trying to write a loop, but I want it to do something different after every fifth instance. Like