FPDF Help
I've been playing with the FPDF module. I was building a form and rolling right along and then sudde
list files from folder, only one for each date
I have many files in a folder and wish to only list one of each date
these are the file names
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Form always sends to error page...
Hello,
Any help will be greatly appreciated. I am having trouble getting multiple fields to be re
BAPI BBP_INB_DELIVERY_CREATE - material number missing in delivery
Hi Experts,
I was able to successfully create an Inbound delivery with reference to a PO
Problem with HTML form
Hello,
I made a HTML form with some fields and check box.
Everything works fine except whe
Multidimensional Array into an Html table, help!
Hello all, I am new to HTML/PHP so any help would be great.
I have a multidimensional array f
i want run some web server under the ip sharer
hello i want run some web server under the ip sharer
my ip is floating ip but it doesnt matter
MySQL query problem
When I try to run the following piece of code, I get this error:
QuoteWarning: mysql_query(): sup
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)