Recent content by Firzen

  1. F

    What is the Joyce Mayne returns policy (Australian electronics shop)?

    Do they give you a refund, credit or new version of same product if your product is faulty? How long is the warranty period (without extending it)?
  2. F

    PHP/MySQL Error please help?

    Im getting the following error and have tried to debug this script for AGES :/ Yes, the curly brackets and stuff are included at the end of the script - I have looked for every error possible :s please help: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource...
  3. F

    What does HTML mean in normal speak?!?

    HTML is the code in which the website is written. You mentioned hyperlinks - for example the HTML tag for a hyperlink is <a href="web address you want to link to" title="put the link title here">Link Text Here</a>. The HTML tag to instruct the browser to use boldface font is <strong>Bold text...
  4. F

    PHP error please help?

    I am coding a PM system for my client script however when I make the code to insert a message into the database using a form I get the following error: Parse error: syntax error, unexpected T_STRING in /home/uberweb/public_html/clients/messages.php on line 164 Here are the offending lines of...
Back
Top