Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav
$_FILES array
Ok,
I just started experimenting with PHP today. My goal right now is to have people be able
Trying to add functions to table
I have this list of characters and I'm trying to figure out what I have to do to put the results of
multipart emiail forms
Hi All,
I am new to the boards and I've been working on a form (which is rather massive, imo
adding 0 to numbers
Hey guys i need to create a 00001 number in a loop. Is there a better way of forcing a 5 digit numbe
Applet JTextField Size Problem
Hello,
I recently started making an applet to calculate certain values for airplanes. However
mail() says sent but no email received
My code is quite simple:
Code: <?php
$to = "Ty44ler@yahoo.com";
$subje
array_diff weirdness
I'm using the following bit of code
$diff = array_diff($pids, $pidlist);
$diff = array_va
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
PHP and MySQL on intranet?
Is it possible to use both these on an intranet network?