Jump to content

junkle

New Members
  • Posts

    6
  • Joined

  • Last visited

junkle's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi friends. I want to php code on how i can modify my retrieved database values from a particular table before echoing out. Please could you help me correct the code. Or if there is any better way of editing loop datas before printing out, please kindly drop the code for me. Thanks <?php $q = "SELECT * FROM threads WHERE catid='2'"; $get = $database->query($q) or die(mysql_error()); $row=mysql_fetch_row($get); $value=$row['0']['title']; $one='first value'; echo $value.$one; $value=$row['1']['name']; $two='second value'; echo $value.$two; $value=$row['2']['category']; $three='third value'; echo $value.$three; ?> please if there is any better way of editing loop values from mysql database before printing out, please kindly drop the code for me. Thanks
  2. ok thank friend, I will do just that. its a shared shared. i will give you feedback.
  3. sorry am new to host stuff. My host is www.syskay.com
  4. am using Using english. please i dont really understand the solution you are trying to give me. Kindly breakdown some terms. Thanks
  5. Ma fellow coder c0uld you direct me on how to inztall ftp m0dule on ma host. I d0wnl0aded ftp script , when i try loging in with ftp acc0unt, i g0t err0r that ftp m0dule iz n0t inztall on my h0zt. Here iz d er0r inf0: An error has occured: TheFTP module of PHP is not installed. Drilldown: ftp_openconnection > function_exists > ftp_connect: FTP module of PHP
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.