[PHP-DB] use a leech filedownloader

2003-03-15 Thread Lars Rasmussen
; } ? - Regards Lars Rasmussen. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] transfer files that doesent exists

2003-03-14 Thread Lars Rasmussen
downloaded the file, or best of all, i want php to do something with the command such that it is ONLY output, and might be in the headerdoes anyone know how to do that ?? If i did'nt explain right please let me know And thanks. Lars Rasmussen -- PHP Database Mailing List (http://www.php.net

[PHP-DB] session and header(location....)

2003-03-12 Thread Lars Rasmussen
); But none of them will worki hope you will look at it, and tell me if you have a solution. Thanks folks. Regards. Lars Rasmussen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] session and header(location....)

2003-03-12 Thread Lars Rasmussen
); But none of them will worki hope you will look at it, and tell me if you have a solution. Thanks folks. Regards. Lars Rasmussen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] preg_match_all

2003-03-04 Thread Lars Rasmussen
that i could do whis: print($field1br); print($field2br); print($somefield); Souch that this would give this output: value1 value2 Somevalue Thanks a lot Lars Rasmussen. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] parsing in php i think

2003-03-02 Thread Lars Rasmussen
with $domain == 'test.dk' and $username = 'foo_dk' I hope you can help me folks THANKS A LOT! Regards, Lars Rasmussen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Making a text wrapper

2003-02-22 Thread Lars Rasmussen
Hi All, I'm relly sorry to interrupt you, but i need a little help. I'm had to make a text wrapper that can take a string, and count the letters in words (and spaces) and exaple make a br each time 64 caracters has passed (BUT it may NOT split words into two...) I hope you understand me,

[PHP-DB] array with two dimensions

2003-02-17 Thread Lars Rasmussen
Hi all, Got a little problem here, I have a mysql query that looks like this SELECT SUM(value) as value, YEAR(dileveret) as year FROM table GROUP BY YEAR(dileveret) It works just fine, but i need to make a array that can could do somthing like this (know it doesent work) $ALL_VALUES[$year]