Jump to content

asdx

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

asdx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. can someone give me a tip or something, it would be really nice, thank you.
  2. Hello. let me explain my problem, first of all, i have a <select name="local[]"> element with many <option> elements, and i have another <select name="visit[]"> element with many <option> elements. when i submit that data, it creates an array local and an array visit, with the data from the options on it. then i do something like: foreach($_POST['local'] as $element1 => $value1){} and foreach($_POST['visit'] as $element2 => $value2){} the problem is that i want to send $value1 and $value2 through a SQL (INSERT) query and i don't know how to do.
  3. Hi I need some help, I need to do a script for open a image stream and then create some inner glow effect to the image and after that output to some other file with php/gd, I'm kinda new to this, can anyone point me what function should I use?
×
×
  • 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.