Recent content by commuter47

  1. C

    photoshop rasterizing problem?

    I am learning photoshop, and having a problem. I tried to create a dividing line and when I tried to rasterize the layer the line disappeared. I am using photoshop cs3 Please can anyone help.
  2. C

    php errors for guestbook program?

    just started learning php. The follow code has an error somewhere, cannot find error. In need of help from a pro. if (empty (guessbook_name) || empty (guessbook_email) || empty (guessbook_message)) { $errors [ ] = 'all fields are required'; }
  3. C

    php problem with guestbook program?

    Just started learning php, and in need of some help. There is an error on this line of code. $guestbook_name = mysql_real_escape_string htmlentities $_post ['guestbook_name'])); Thanks for any help.
  4. C

    php problem with guessbook program?

    I have just started learning PHP programming, and keep getting an error message. Parse error: syntax error, unexpected T_STRING, expecting '(' in /Applications/XAMPP/xamppfiles/htdocs/guessbook.php on line 2. Can anyone help me. Thank you for any help or advice. (I have pasted the code below)...
  5. C

    php problem with guestbook program?

    I have an error on line 16 of my code, and don't know how to fix it please help. The code is: if (empty (guestbook_name) || empty (guestbook_email) || empty (guestbook_message)) { $errors [ ] = 'all fields are required'; } <?php if my sql_connect ('localhost', 'root' , '') && my sql_select...
  6. C

    where do i edit html in wordpress?

    I am trying to edit a word press theme, mainly the nav bar but i don't know where to look for the ul and li items for the list. grateful for any help.
  7. C

    how do i edit the html in wordpress?

    I am trying to edit my nav bar in wordpress, adding more links. where is the html for the links ie, ul,li tags. I have tryed all section of the editor, but no success. I have edited the css code thats okay. but i need to put the links in the div tags, can anyone help please.
Back
Top