Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~741 People Reached
Favorite Forums
Favorite Tags
php x 20
Member Avatar for maunica

hi all, I am a new learner of php. I m currently working on my 1st php project.project is all about a website development.The site is still underdevelopment. I want to include counter in m website in order to know the number of visitors.I am continuously searching for a snippet.Please …

Member Avatar for hellojohnatan
1
110
Member Avatar for maunica

Hi all, I want to display records in the format product1 product2 product3 product4 img1 img2 img3 img4 after retrieving the records from database..and also since there are many records..pagination will also come..please help me as soon as possible..

Member Avatar for chrishea
0
70
Member Avatar for maunica

hi all, i am working on the project which needs to display the description of a product after retrieving from the database...but the entire description does not gets displayed..also the description must be in a proper paragraph form...please help

Member Avatar for maunica
0
41
Member Avatar for maunica
Member Avatar for rajarajan2017
0
76
Member Avatar for maunica

[CODE] <?php include('connect.php'); $type=$_POST['type']; $seat=$_POST['seat']; $no = $_POST[chkno];//number of checkbox checked $i=0; while($i<=$no) { $sql2="insert into bookinglist (type,seat) values('$type[i]','$seat[i]')"; $i++; } if (!mysql_query($sql2,$con)) { die('Error: ' . mysql_error()); } echo "1 record added"; mysql_close($con); ?> [/CODE]

Member Avatar for vaultdweller123
0
53
Member Avatar for maunica

please can any1 tell me what is the problem with this delete code?? [CODE]<?php $con = mysql_connect("localhost","username","pswd"); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("dbname", $con); $val=$_GET['teachers']; mysql_query("DELETE FROM teacher WHERE title='$val'"); mysql_close($con); ?>[/CODE]

Member Avatar for Manuz
0
82
Member Avatar for maunica

hey, please can anyone help me to add new row or a column to the table whenever a user clicks on the add button? thanx in advance

Member Avatar for vibhaJ
0
101
Member Avatar for maunica

Hi all, Can I get a simple snippet to upload an image in php and display it on the webpage which i have developed but not yet published? I have tried 2-3 codes but they dont seem to be working..please help me!!!

Member Avatar for muaazab
0
109
Member Avatar for maunica

hi all, I want to know that how can i change the font size of the output in php. suppose this is the snippet echo 'y' echo '$ans' where i want to echo the value stored in variable ans by changing the font size to 12px.so how can i change …

Member Avatar for maunica
0
99