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
~2K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for shainjetly

hey everyone, first i will show u my code pages. addcart.php [CODE] <?php require_once("../Connection/connection.php"); if(!$_POST['img']) die("There is no such product!"); $img=mysql_real_escape_string(end(explode('/',$_POST['img']))); $q_result=mysql_query("SELECT * FROM tbl_items WHERE item_photo='".$img."'"); $row=mysql_fetch_assoc($q_result); $period = $_POST['period']; $count = $_POST['count']; $query_search1 =("SELECT * FROM `tbl_rates` WHERE `rental_period` = 'Daily' AND `units` = '10' AND `category_id` = …

Member Avatar for Taywin
0
260
Member Avatar for shainjetly

Hi i wanted to loop the options list of the select tag inside that echo statement from my database. This file out puts the content to a javascript code. and this output is also javascript. any one help me how can i loop that options in select tag from the …

Member Avatar for shainjetly
0
1K
Member Avatar for shainjetly

i have a scenario where i need to know what are the entities it has. i found 5 entities. 1- Company 2- Customer 3- Package 4- Shipment 5- Staff I have been told that the company is not an entity. is it true here in this scenario? it says that …

Member Avatar for tesuji
0
479
Member Avatar for sreejithbabu

is it a Web Based project or just a stand-alone Database Driven System? if it is a web based system, using java or php might be good. if it is a stand-alone database system, u can use java.

Member Avatar for shainjetly
0
86

The End.