Lack of simpleXML Documentation
What is up with this.
Look at: http://www.php.net/manual/en/function.simplexml-load-file.php<
[function.file]: failed to open stream: No such file or directory
Okay I wrote this little script to upload a csv file that is located on my webhosts server to a mysq
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
Any decent php formatter/beautifier/pretty printer?
Any decent php formatter/beautifier/pretty printer class/function?
I found the following whil
Error when call dll from oracle
Hi all, please help me!
I have dll write C language, I want call it from oracle procedur
help, header() is not working!
Hello, I have this code:
<?php
/**
* @author samoi
* @copyright 200
Navigation include for all site directories
Hi,
I need a navigation include that can deal with directories at different levels on a site.
phpMailer will not connect using SMTP
I am trying to use phpMailer with smtp:
Code: [Select]$mailer = new PHPMailer();
$mailer-&
Libraries in C++
Hi all,
I have two libraries. one is based targeted on linux platform and uses another li
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan