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.

~2K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for shasha821110

first check that does your localhost works, put the following URL in you Browser(IE,Firefox,Opera etc)....."http://localhost/phpinfo.php" if it shows some php's info then it means your XAMPP is in working condition

Member Avatar for VR4Creativity
0
246
Member Avatar for kimphot

if you still want to make is as error free please use ob_start() function at the start of this page. ob_start() function will handle this error

Member Avatar for Member #120589
0
208
Member Avatar for 6pandn21

ya you are sending some thing before that, please use this function at the top of that page <?php ob_start(); ?>

Member Avatar for llsatellite
0
202
Member Avatar for mr.khurrams

I want to make the clone site of [url]http://fishershippingcompany.com/home.php[/url] . is it possible in wordpress or I have to self code this all??? Please suggest me

Member Avatar for mr.khurrams
0
322
Member Avatar for mr.khurrams

i need a image re size code that takes a image and display the according to desired pixels. i have following code but its not working. it just shows the original image. [code=php]function imageResize($width, $height, $target) { //takes the larger size of the width and height and applies the //formula …

Member Avatar for ShawnCplus
0
91
Member Avatar for Aamit

[ICODE] <? $rs = mysql_query("select * from test where id = '".$_GET['id']."'");///////////////////you have to send this $_GET['id'] using any GET method for this page while($row=mysql_fetch_array($rs)) { $name=$row['name']; $id2=$row['id']; ?> <form name="myform" action="list.php" method="post"> <td align="center" width="5%"><input type="text" value="<? echo $name; ?>" name="name" /></td> <input type="hidden" name="up_id" value="<? echo $id2;?>"/> <td …

Member Avatar for Member #120589
0
286
Member Avatar for cebubinary

go through this article this will be help full to get the exact idea about Paging.............link is here [url]http://www.php-mysql-tutorial.com/wikis/php-tutorial/paging-using-php.aspx[/url]

Member Avatar for mr.khurrams
0
83
Member Avatar for mr.khurrams

i need a java script that should take pictures from a Folder and automatically play the slide show of these pictures when HTML page load......i need it urgently....plzzzzz help me

Member Avatar for bappaditya
0
238
Member Avatar for knrakesh

here is your solution ......place the calender folder in same directory, from where you will run callender.php

Member Avatar for Shanti C
0
120

The End.