Search found 11 matches

by tat
Sat Feb 14, 2009 10:27 am
Forum: General Discussion
Topic: phpMyAdmin access error
Replies: 0
Views: 261

phpMyAdmin access error

I am getting this error while trying to launch phpMyAdmin from wamp server, it was working fine, I even have created databases...any idea how I could get it work? Error MySQL said: #1130 - Host 'localhost' is not allowed to connect to this MySQL server phpMyAdmin tried to connect to the MySQL server...
by tat
Wed Feb 11, 2009 11:23 am
Forum: PHP - Code
Topic: latest post to the front page in php
Replies: 3
Views: 178

Re: latest post to the front page in php

wow that easy? I just need a query? thanks a lot
by tat
Wed Feb 11, 2009 10:56 am
Forum: PHP - Code
Topic: latest post to the front page in php
Replies: 3
Views: 178

latest post to the front page in php

Guys,

Any idea how I could code in php so that the latest 10 posts make it to the index page?
Any guidance will be appreciated.

Thanks
by tat
Thu Feb 05, 2009 12:30 pm
Forum: PHP - Code
Topic: Dynamic Drop Down Menu
Replies: 8
Views: 420

Re: Dynamic Drop Down Menu

:D Thanks guys. Sorry for not posting on the right part of the forum.
by tat
Wed Feb 04, 2009 7:12 pm
Forum: PHP - Code
Topic: Dynamic Drop Down Menu
Replies: 8
Views: 420

Re: Dynamic Drop Down Menu

Are you kidding me....you made it sound very complicated! any guidance which chapters, I should read about ajax, javascript Texan??
by tat
Wed Feb 04, 2009 3:14 pm
Forum: PHP - Code
Topic: Dynamic Drop Down Menu
Replies: 8
Views: 420

Re: Dynamic Drop Down Menu

Hi, I have a slightly different issue I created a dynamic drop down box that extract values from a column in a mysql database. But I want a first drop down that has all 26 letters of the alphabet, based on the result of the first drop down, the dynamic drop down should be populated. For the first dr...
by tat
Wed Feb 04, 2009 11:11 am
Forum: Databases
Topic: Insert rows using mysql
Replies: 8
Views: 1329

Re: Insert rows using mysql

thanks a zillion...
by tat
Wed Feb 04, 2009 11:07 am
Forum: Databases
Topic: Insert rows using mysql
Replies: 8
Views: 1329

Re: Insert rows using mysql

sorry how do I set as not null auto increment? can you please be more specific?
by tat
Wed Feb 04, 2009 11:02 am
Forum: Databases
Topic: Insert rows using mysql
Replies: 8
Views: 1329

Re: Insert rows using mysql

I am creating new rows .
when I use the insert statement:
insert into perfume
(col3)
values (v1),(v2),...

I get an error message:

Duplicate entry '0' for key 'PRIMARY'
by tat
Wed Feb 04, 2009 10:47 am
Forum: Databases
Topic: Insert rows using mysql
Replies: 8
Views: 1329

Insert rows using mysql

Guys, I am tring to insert rows into an empty three columns table in mysql. Only column 3 should be populated with 705 rows, column 2 should remain null and column 1 is the primary key. when I use the below insert syntax INSERT INTO table table_name (col3) VALUES (v1),(v2),(v3),.... ON DUPLICATE KEY...
by tat
Mon Feb 02, 2009 11:07 am
Forum: PHP - Code
Topic: include syntax
Replies: 2
Views: 71

include syntax

Hi, I am fairly new to php, can someone please explain to me why the images are not appearing when I look up the code in the browser? I am missing something in the syntax?. Thanks <body topmargin="0" leftmargin="0"> <table cellpadding="0" cellspacing="0" width...