Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #36.9K
~1K People Reached
Interests
Web Development
Favorite Tags
php x 4
Member Avatar for Harneet

Dear Friends, I'm having problem with this Parse Error. Can anyone please help me out. [B]Parse error[/B]: parse error, unexpected T_STRING in [B]/mnt/w0400/d35/s32/b024de92/www/Catalog/nfoscomm/catalog/includes/languages/english/shipping.php[/B] on line [B]16[/B] Here is the code: [php] <?php /* $Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 …

Member Avatar for cdwhalley.com
0
213
Member Avatar for wwezone

Hi, i've just made a new forum but am stuck for ways to advertise it! I'm not prepared to spend money to advertise it as it may not be succesful and it would be a waste of money. Does anyone know any good, FREE, tips on advertising a forum? If …

Member Avatar for Dani
0
364
Member Avatar for Zayed

<?php $SearchType = $_POST["SearchPlace"]; $host= 'localhost'; $user= 'user'; $passwd= 'password'; $database= 'dbase'; $table1= 'BUS'; $table2= 'STUDENT'; $connect= mysql_connect($host, $user, $passwd); mysql_select_db($database); $pquery = "select busNo from $table1 where place like '".$SearchType."'"; $squery = "select * from $table2 where busNo like '".$pquery."'"; $run = mysql_query($squery); $num_results = mysql_num_rows($run); if (!$SearchType ) …

Member Avatar for cdwhalley.com
0
170
Member Avatar for Brims

For my online music application I know I have to Store the data in a mysql database so that you can do searches, and using php you can display dynamic pages. Then just organize the data you pull from the database into html tables. to have a browse tracks page …

Member Avatar for cdwhalley.com
0
129
Member Avatar for Brims

Hiya im having trouble adding the details into the database with this script if someone could point me out in the right direction <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Add a Print</title> </head> <body> <?php # Script 14.2 …

Member Avatar for cdwhalley.com
0
166