Post PHP form to non-existing page
The company that I work for host their PHP code on IIS on a Windows server, no Apache, so no mod_rew
help with image upload code
Hello,
right now this code I have resizes images and then places them into the uploads folder
Multiple forms on the same page (safari)
Hello everyone,
I have 3 forms on the same page, that opens in a new window and submits to a
Having a problem get the selected item from a drop down menu
I have been looking at this for days now.
I have a drop down menu that get it's values from a
Problems generating word documents on server side for security reasons
I have a problem with word documentation generation when generating a word document (docx) with PHP.
Why is my row count 0?
Here's the MySQL query i'm running. It basically pulls data from 2 tables based on some data passed.
Sharing PHP Sessions Across Domains
I am in the process of writing a script to share a php session across various domains I have.
The
How do I get the row number from from an sql table query
Hi all
I have a table that I query and it returns a number of rows.
mysql_num_rows($query)
A little help needed passing hidden values to next page
I have a page that has hidden values in a form.
example
Code: <input name='signupID
void* and sizeof()
Hi,
Using void* and sizeof is it possible to get the value of the object ?
I understan