Search results

  1. R

    using php payment codes?

    How do I let the user pay with credit card using php and mysql database? Thank you
  2. R

    PHP server XAMPP error?

    I had Xampp on my computer, and i decided to download Microsoft Ajax, after downloading Ajax I can't use Xampp. I dont know whats going on. I even deleted Ajax, but still i am getting this error: "HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name...
  3. R

    Is PHP easier to learn than Java or Flash?

    php is harder than html, but if you know java, or c++, then other languages are so easy to learn. If you want to learn php, then you need to download XAMPP, and NetBeansIDE. XAMPP is your serrver, and NetBeans IDE is where you type your php code.
  4. R

    I need help with PHP?

    How do you write a conditional statement if $i<> 5 in php Thank you
  5. R

    I need help with php?

    How do i code these expressions a.$number is equal to or greater than 1 but smaller than 9 b.$number is between 1 and 9 but is not a 5 c.$number is not between 6 and 9
  6. R

    I can't use "\n" in php?

    how do I use the "/n" in php? exp: $firstnum = 3; $secondnum=4; print" First number is $firstnum \n"; print"Second number is $secondnumber \n"; And I get the output on the same line: First number is 3 Second number is 4 but i want the out put to be on two lines. Thank you
Back
Top