|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Quick and Dirty Emoticons If you have any questions or comments about this article then please post them here.
You can read the article here . |
|
#2
|
|||
|
|||
|
Hi all,
I understand everything that Harvard says in his article, but I don't understand this part of the code. (I've bolded the part that I don't understand.) while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { When I create PHP scripts, I usually use something like: PHP Code:
Thanks, Last edited by WebGuy : August 12th, 2002 at 10:30 PM. |
|
#3
|
|||
|
|||
|
that means the columns are loaded into an associative array
like SELECT id, name FROM blabablablablablablbal $row['id'], $row['name'] but you can take that out, and it should still work |
|
#4
|
|||
|
|||
|
So why take up file size with this command?
|
|
#5
|
|||
|
|||
|
[newbie alert]
i've just completed this article. i also did this one: Building A Quick-And-Dirty PHP/MySQL Publishing System @ URL my publishing system is working well. i would like to know HOW to put the two together. (remember, im a newbie.) [/newbie alert] |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > Article Discussion: Quick and Dirty Emoticons |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|