Forum: PHP Jan 12th, 2005 |
| Replies: 5 Views: 17,433 hello alc6379,
test6.php is one example about another thread 'Advanced mySQL Querys'.
Look at reference:
http://www.daniweb.com/techtalkforums/post67325.html
For this thread (Passing... |
Forum: PHP Jan 11th, 2005 |
| Replies: 5 Views: 17,433 Hello nikez,
Look at this example,
and try it in http://www.fpepito.org/php/test7.php
I hope that help,
fpepito |
Forum: PHP Nov 12th, 2004 |
| Replies: 1 Views: 7,442 Hello typedef,
I don't know if I have understand all of your problem, here a way to constroy a SQL with various fields
fpepito
######## http://www.fpepito.org/php/test6.php |
Forum: PHP Nov 10th, 2004 |
| Replies: 5 Views: 3,527 Hi billah_norm,
I have try a brutal test: a maximum of connection in my own computer (linux / apache / PHP / MySQL) with a minimum of timeout (because I am in local) 1 second.
When a send... |
Forum: PHP Nov 9th, 2004 |
| Replies: 2 Views: 13,907 Hi chunguy,
Try this code:
http://www.fpepito.org/php/test4.php
http://www.fpepito.org/php/test4.txt
I hope that help to resolve,
fpepito |
Forum: PHP Nov 9th, 2004 |
| Replies: 5 Views: 3,527 Hello billah_norm,
1. What is the genre of message. Timeout error, errors of connection acces inside the result of the web page, ... ?
2. Where are from the error ?
Client => transport =>... |
Forum: PHP Nov 8th, 2004 |
| Replies: 3 Views: 2,920 Hi billah_norm,
1. On PHP
I have search but found nothing, I think that is the limitation coming from Apache
/etc/httpd/conf.d/php.conf
/etc/php.ini
2. On MySQL you have a... |
Forum: PHP Nov 8th, 2004 |
| Replies: 1 Views: 2,584 hello alexruimy,
Try to use array
fpepito
try this example: http://www.fpepito.org/php/test3.php
<? |
Forum: PHP Nov 6th, 2004 |
| Replies: 3 Views: 2,843 Hi qazs,
Difficult to answer, nothing strange in this part of code.
Can you send the code of the function drawRow().
Or peharps just the result of this function.
fpepito |
Forum: PHP Nov 5th, 2004 |
| Replies: 3 Views: 10,906 Hello rudysplif,
Look on the next link, examples of a projet CueCat. On this How-to you have some scripts (perl, python, tcl, javascript, ...) for use scanner barcode. Without driver because it... |
Forum: PHP Nov 3rd, 2004 |
| Replies: 2 Views: 2,070 hello kamui,
a part of your answer:
- identification of user
- read all the files/directory of a directory
todo:
- read a file for the transfert
- display only files on the list (actually all... |
Forum: PHP Oct 30th, 2004 |
| Replies: 7 Views: 4,547 Hello qazs,
Do you use the option AUTO_INCREMENT for the id column ? Perhaps that he can explain the result ...
The option AUTO_INCREMENT is very nice. When you use it isn't necessary to count... |
Forum: PHP Oct 24th, 2004 |
| Replies: 3 Views: 35,361 A little example: (try it in http://fpepito.dyndns.org/test.php)
I hope that help you,
pepito
-----------------
<? |
Forum: PHP Oct 10th, 2004 |
| Replies: 3 Views: 13,842 Hello qadeer,
try to use the commands shell
$ pdftotext <file.pdf> <file.text>
this program come with the package xpdf.
or try directly:
$ convert <file.pdf> <file.html>
when I do the... |