Jump to content

innocent15

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

innocent15's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I suffer several times when I try to transform data in a mysql table, to an html table, I'll explane... First, I wanna now how to do that : $sql = "SELECT name, age FROM users WHERE birthdate = '$birthdate'); $call = @mysql_query($sql); I wanna extract ALL the (name, age) where birdthdate = $birthdate, I mean everywhere the birthdate is the same as ($birthdate), I wanna get (name, age) info, and then display all these info in an html table. I guess I can't do that using mysql_fetch_row($cal)
  2. Thank you so much, the links are very useful, I'll try to get what I need, and to build my script.
  3. Hello I'm new to your forums and I hope you'll help me, I'll try to explane what I wanna do : - I have over 10 zip files per day, I have to extract each one, and find the "style.css" file, Open It, replace the word "LEFT" by the word "RIGHT" and replace the word "RIGHT" by the word "LEFT" at the same time, and then I have to find all images (jpg, JPG, PNG, png, GIF, gif only), and to create the same images (the same name and the same extension) but the image is like in mirror, it is reflected, like if we change the direction of the image (like in a mirror). and then zip the files again and add (_new) to the file. (if the original is dafault.zip, the new is default_new.zip) Hope you understood me, and hope you'll help me
×
×
  • 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.