Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
user validation always displaying invalid ? please help
Hello,
I have 2 accounts and there is a field in mysql called validated it can be either &quo
Local file browser with php
Halo..
So this is what i want to create. I have a folder that i share and it has many movies.
Running a cron job through PHP/Apache?!
Hello all,
I have a PHP script which makes a cron file from user input. When i try to run the cro
Is it possible to put an entire 500-page book in a database with PHP?
I am working on an intranet and I was wondering if its possible to code php with mysql to enter a fu
Searching keywords from array
Hello everyone, Im just wondering if someone could help me with another issue im having. Im still le
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
Undefined offset when using a flat file with pipe symbols
Hi, I've got a flat file/text file which I'm currently using as a member database for my site (not a
Using loop to count number of entries
I'm writing a program that must ask user to type in numbers. After each entry, the program has to re
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...