Recent content by giridharanbtech

  1. G

    Please debug this php script...?

    Whats wrong in this script. Whenever i execute the following msg is displayed. "cannot select index db". I connected my db properly and also i insert values but cannot get it. Pls help me <?php $dblink = mysql_connect("localhost","root",""); mysql_select_db("girilog",$dblink); $query = "SELECT...
  2. G

    Can anyone debug this php code? Simple php. Pls.?

    What's wrong in here.When i exexcute the code the following error displayed. Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\wamp\www\glog\index.php on line 19 code: <?php require("connect.php"); $category_list_query = mysql_query("SELECT id,name FROM...
  3. G

    Friends please help me for this simple php and mysql script.?

    Friends I have two tables called categories and index. Categories table have id and name. Index table have id,catid,sitename,url,description. I have inserted 10 values in the index table. Now i want to display this things as table in my index page.It have to be like this...
  4. G

    Simple php question. Please help friends. Pls..Pls?

    Friends, My database have 2 tables. First table name is categories. It has two values id and name. Another table name is index it have some values and catid. In index page all the categories are shown.I want to sort the database based on category. I tried like this but can't. What's the problem...
  5. G

    Can any one help me for this php script?

    I have a table called index. It contains sitename,url,description. The description is too long.So the index page is not enough for that. So i want to display the first four lines of description and link called 'more'. If any user click that it will redirected to the entire description. Now my...
  6. G

    Can anybody give some ideas about advanced php?

    Hi there, I know html,mysql,php well. But when write the script i had problems.I mean i can understand the form related mail related script easily. But something troubles me. For example my index page have a table which includes site name,url,description. Here the description contain the...
  7. G

    Can anybody give some ideas about advanced php?

    Hi there, I know html,mysql,php well. But when write the script i had problems.I mean i can understand the form related mail related script easily. But something troubles me. For example my index page have a table which includes site name,url,description. Here the description contain the...
  8. G

    Can any one suggest an ebook or website name for webdesign case study using php...

    ...and mysql? I know php,html,mysql very well. But my problem is i don't know how to link it and use in website. I need a website or ebook which takes a site as example and explaining a to z coding of that site. Will you suggest?
Back
Top