Search found 9 matches

by cnbsII
Fri Jul 20, 2012 7:09 am
Forum: General Chat
Topic: I want to become a professional web programmer.
Replies: 6
Views: 1328

Re: I want to become a professional web programmer.

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!
by cnbsII
Thu Jul 19, 2012 10:34 pm
Forum: General Chat
Topic: I want to become a professional web programmer.
Replies: 6
Views: 1328

Re: I want to become a professional web programmer.

Thanks for your exp.

If anyone who else wish to share please leave comment.
by cnbsII
Thu Jul 19, 2012 10:36 am
Forum: General Chat
Topic: I want to become a professional web programmer.
Replies: 6
Views: 1328

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...
by cnbsII
Sun Jul 15, 2012 4:28 am
Forum: Suggestions
Topic: Search Tutorials
Replies: 3
Views: 1811

Re: Search Tutorials

AWESOME :lol:

I can't wait haha..

thank you Jackey
by cnbsII
Sat Jul 14, 2012 6:09 am
Forum: Suggestions
Topic: Search Tutorials
Replies: 3
Views: 1811

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.
by cnbsII
Thu Jun 21, 2012 10:38 pm
Forum: PHP
Topic: Private message system PART 11 error
Replies: 7
Views: 893

Re: Private message system PART 11 error

THANK YOU,, I FIGURE IT ALREADY, I MISSED A (S)
by cnbsII
Thu Jun 21, 2012 10:35 pm
Forum: PHP
Topic: Private message system PART 11 error
Replies: 7
Views: 893

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. [syntax=php] mysql_query("DELETE FROM conversations_members WHERE conversation_id = {$conversation_id}");[/syntax] I would suggest you start adding backticks around your tables and rows. Like ...
by cnbsII
Thu Jun 21, 2012 6:29 pm
Forum: PHP
Topic: Private message system PART 11 error
Replies: 7
Views: 893

Re: Private message system PART 11 error

Temor wrote:Adding[syntax=php]echo mysql_error();[/syntax] 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.
by cnbsII
Thu Jun 21, 2012 8:58 am
Forum: PHP
Topic: Private message system PART 11 error
Replies: 7
Views: 893

Private message system PART 11 error

[syntax=php] 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 c...