Jump to content

sycik

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sycik's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have two scripts, both of which say I must insert the php require code at the very top of the HTML code on line 1. the scripts are: The ssi function for the Simple Machines Forum <?php require("/path/to/forum/SSI.php"); ?> Unobtusive AJAX star rating bar <?php require('_drawrating.php'); ?> However, the problem is, when I insert them, they contradict with each other and it doesn't work.
  2. Hey, I'm still a beginner with both PHP and mySQL, I was wondering if someone could help me solve this problem. Basically what I want, is a form on my page. The particular form, can be filled out by any website visitor, when it is filled out, I want the results to immediately appear on the same page after the submit button is pressed. How can I accomplish this with both php and mysql?
×
×
  • 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.