No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
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
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
ya you are sending some thing before that, please use this function at the top of that page <?php ob_start(); ?>
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
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 …
[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 …
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]
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
here is your solution ......place the calender folder in same directory, from where you will run callender.php
The End.
mr.khurrams