try catch error
I have been trying try catch but, I can't get it to work. The code opens a non existing file called
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
UDS 4.0 Datatype issue
UDS 4.0.322 -- connecting to NI Labview 9.0
When using connection method: Cache with live
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
InternetOpenUrl() Invalid cert
Hi all,
Does anyone know how to prevent calls to InternetOpenUrl() from failing with erro
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,