ok i tried it.. but still the same..
seem to go fine... no upload
Search found 4 matches
- Thu Jun 02, 2005 11:58 pm
- Forum: PHP - Code
- Topic: Mp3 file upload fail
- Replies: 4
- Views: 249
- Thu Jun 02, 2005 11:36 pm
- Forum: PHP - Code
- Topic: Mp3 file upload fail
- Replies: 4
- Views: 249
Mp3 file upload fail
Ok i have this file upload code, and everything seems to go right, but the file does not get uploaded. Form: echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"1...
- Sun Jan 23, 2005 10:40 pm
- Forum: PHP - Code
- Topic: php and mysql Count(*)
- Replies: 2
- Views: 275
php and mysql Count(*)
Ok I have this, lets say i have a sql table about articles that users send... i want a code to count the articles that each user send and return the username and the number of articles each user has send... the result would be something like: Users # Articles 1. Username1 - 23 2. Username2 - 21 3. U...
- Sun Jan 16, 2005 3:00 pm
- Forum: PHP - Code
- Topic: formating text
- Replies: 1
- Views: 158
formating text
Hello, I search the forums but could not find anything... here is my questions... what i want to do is to format text from a variable. for example this the variable $text = "SAMPLE TEXT"; what i want is to change the text into Upper case each letter of the beggining of the word and the res...