PHP url branch??
Functionally, using PHP, I'm doing a test of login input submitted by a user via an html form in a f
Timer control causing error
I recently decided to add a timer control to an existing page that uses AJAX on my site. As soon as
Print out contents of to Excel
I have got this script that gathers all the data that I need but I need it to send it to excel inste
Mail Script Problems
I have created a PHP mail script. I am having a problem though. In $body i am trying to put two va
Array disappearing in foreach loop
Okay, I have this problem where an array will become undefined in a foreach loop.
Here is the
Displaying returned XML in another PHP page
I have an online payment form that will return XML given if a payment is successful or declines. I
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
How do I give a developer access to a specific directory and nothing else?
I want to give a develop access to a specific directory and nothing else
I can give them an F
Weird MySQL error, why am I recieving this?
PHP Code:
<?php require "global_settings.php"; ?>
<titl
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",
substr(I_NAME, IN