Jump to content

pro

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

About pro

  • Birthday 11/17/1984

Profile Information

  • Gender
    Female
  • Location
    UAE

pro's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi everybody i have a question on creating a folder in php do i have to use mkdir() function? if yes, how i use it? because it does't work with me plz help me thanx
  2. // thanx  radar and mort  for reminde me, I fogot to change the names :) // Crayon, in this time I have to specify numbers for the check books?! I will add more to my question if I add two more checkbox on the HTML file and I want for evryone a number for example cc1 = 2 cc2 = 3 cc3 = 4 cc4 = 5 and i want to choose 2 or 3 of them randomly where i heve to add these values so that next i will use (IF) function \\ Crayon>> \\ in this time there is no problem for the default value of "on" ?right?
  3. Hi everybody, sorry, I have silly question because I'm still beginner in php programming and sorry for my bad English  :-[ my question is: for example,I have an HTML form [code] <html> <body> <form method="post" action="x.php"> <h3> variable1 </h3> <input type="checkbox" name="cc" value ="on" /> <h3> variable2 </h3> <input type="checkbox" name="cc" value ="on" /> <BR /> <input type="submit" value="send" /> </form> </body> </html> [/code] and i want to add a values to variable 1 and 2 (numbers) that will be calculated on the php code (x.php) for example when you check on variable1 and variable2 and then depress send, the result should be a  calculation of these variables how i can do that on the php code? i hope you understand 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.