Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by niche

  1. Gotcha on that open {

    BTW, I've seen editors that have a hot key that auto formats pasted code.  is that what you used?  if so, which editor do you use?

    if not, returning manually formatted code is above and beyond.

    either way, great work.  

    let me know about your editor.

    thx again dsonesuk 

     

     

  2. Try using value ="some data" instead of placeholder. 

     value =" ' . <?php $var ?> . ' "

    or

    value =" ' . <?php $var['columnName']  ?> . ' "

    depending on situation if I'm understanding your question 

     

     

  3. Bingo:

    https://www.w3schools.com/php/php_mysql_create.asp

    This will help too:

    http://www.developphp.com/video/PHP/PDO-Prepared-Statements-PHP-Tutorial

    These will get you started

    Also, remember that google is your friend.  Always consider googling your topic.  A good google will always produce plenty of likely answers.  That's especially helpful when almost everyone's asleep.

     

     

     

×
×
  • Create New...