Bitcoin Forum
September 30, 2025, 03:19:48 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Off-topic / I need help debugging php on: January 02, 2017, 02:34:54 AM
In these few php lines, the first and the last lines are executed without any problem, but the middle two lines are ignored as if they are not even there.  Any suggestions?

Code:
echo "<script type='text/javascript'>alert('Web Site Under Test -- line 440');</script>";

$tempstr = addslashes($where_sql);
echo "<script type='text/javascript'>alert('$where_sql -- '".$where_sql."');</script>";

echo "<script type='text/javascript'>alert('Web Site Under Test -- line 445');</script>";

2  Other / Off-topic / Help setting up a php site. on: January 02, 2017, 02:28:38 AM
Hello group.  I already have a php web site set up and hosted by an internet service provider.  I FTP all the files over the internet to the site.  I have found that the only way to debut it is to set up a local version of it with my own Operating Server.  I assume that this is the case, anyway.

I also assume that I should use a Linux distribution in order to do this properly.  I have a Linux machine already.  So I guess this will do.

Can anyone suggest a way to get started with this?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!