Thank you so much for all the EXP. I will focus on HTML, CSS and PHP from now on. Will start to learn other language before i get to know well of these 3 first.
Thank again!
Search found 9 matches
- Fri Jul 20, 2012 7:09 am
- Forum: General Chat
- Topic: I want to become a professional web programmer.
- Replies: 6
- Views: 2643
- Thu Jul 19, 2012 10:34 pm
- Forum: General Chat
- Topic: I want to become a professional web programmer.
- Replies: 6
- Views: 2643
Re: I want to become a professional web programmer.
Thanks for your exp.
If anyone who else wish to share please leave comment.
If anyone who else wish to share please leave comment.
- Thu Jul 19, 2012 10:36 am
- Forum: General Chat
- Topic: I want to become a professional web programmer.
- Replies: 6
- Views: 2643
I want to become a professional web programmer.
Hello everyone! I really want to become a professional web developer. Can anyone give me a steps of what should I learn first? I really into computer but I just don't have too much free time to study them. My dream is to create a small SoCal network to have my friends to join to have fun. Now I have...
- Sun Jul 15, 2012 4:28 am
- Forum: Suggestions
- Topic: Search Tutorials
- Replies: 3
- Views: 3528
Re: Search Tutorials
AWESOME
I can't wait haha..
thank you Jackey

I can't wait haha..
thank you Jackey
- Sat Jul 14, 2012 6:09 am
- Forum: Suggestions
- Topic: Search Tutorials
- Replies: 3
- Views: 3528
Search Tutorials
Hi Jacek,
I wonder do you have Tutorials on SEARCH. I meant if you have some products or users in your database, which you can type in the word to search for them, and it will pull out all the match information. If you don't have do you think you will create a new tutorial on it?
thanks.
I wonder do you have Tutorials on SEARCH. I meant if you have some products or users in your database, which you can type in the word to search for them, and it will pull out all the match information. If you don't have do you think you will create a new tutorial on it?
thanks.
- Thu Jun 21, 2012 10:38 pm
- Forum: PHP
- Topic: Private message system PART 11 error
- Replies: 7
- Views: 2296
Re: Private message system PART 11 error
THANK YOU,, I FIGURE IT ALREADY, I MISSED A (S)
- Thu Jun 21, 2012 10:35 pm
- Forum: PHP
- Topic: Private message system PART 11 error
- Replies: 7
- Views: 2296
Re: Private message system PART 11 error
where did you put the mysql_error(); line? The problem appears to be at the second delete query. mysql_query("DELETE FROM conversations_members WHERE conversation_id = {$conversation_id}"); I would suggest you start adding backticks around your tables and rows. Like this: mysql_query(&quo...
- Thu Jun 21, 2012 6:29 pm
- Forum: PHP
- Topic: Private message system PART 11 error
- Replies: 7
- Views: 2296
Re: Private message system PART 11 error
Temor wrote:Addingecho mysql_error();under the query that is failing should tell you what's wrong.
after when i echo mysql_error(); there is nothing happen, and it appear the same error message.
- Thu Jun 21, 2012 8:58 am
- Forum: PHP
- Topic: Private message system PART 11 error
- Replies: 7
- Views: 2296
Private message system PART 11 error
function fetch_conversation_summery(){ $sql = "SELECT conversations.conversation_id, conversations.conversation_subject, MAX(conversations_messages.message_date) AS conversation_last_reply, MAX(conversations_messages.message_date) > conversations_members.conversation_last_view AS conversation_...