Forum: PHP Aug 19th, 2009 |
| Replies: 1 Views: 618 why r you using php code with in the body tags. are you connected with database?
if yes, then echo your query and paste it in phpmyadmin query area and then check your query is right or wrong. |
Forum: PHP Aug 19th, 2009 |
| Replies: 2 Views: 198 code looking fine. try it. |
Forum: PHP Aug 19th, 2009 |
| Replies: 2 Views: 354 Yes, Check all the links and conditions on your web page. may be some where else same working is happening. |
Forum: PHP Aug 19th, 2009 |
| Replies: 8 Views: 347 use LIST or Array of your products so you can manage the previous product information with next one. |
Forum: PHP Aug 19th, 2009 |
| Replies: 6 Views: 252 yes you can use stripslashes function, its good one. |
Forum: PHP Aug 19th, 2009 |
| Replies: 12 Views: 378 $id have some value or may be its blank? |
Forum: PHP Aug 19th, 2009 |
| Replies: 27 Views: 1,121 Your code is looking fine. Do you have any issue? |
Forum: PHP Aug 19th, 2009 |
| Replies: 3 Views: 379 yes, its hard to convert document file into HTML. If you want any use to see his/her resume then you should provide him a link so he/she will download his/her resume and will see that. |
Forum: PHP Aug 19th, 2009 |
| Replies: 7 Views: 476 Are you using the text as an image as well or just background is an image? |
Forum: PHP Aug 18th, 2009 |
| Replies: 2 Views: 589 in what sense you are saying to refresh div? using ajax you can refresh any div or you have just static content and want to chage that static content then you can hide any div using javascript and... |
Forum: PHP Aug 18th, 2009 |
| Replies: 5 Views: 297 http://phpsense.com/php/php-pagination-script.html
may be this could help you |
Forum: PHP Aug 18th, 2009 |
| Replies: 4 Views: 296 well, i dont have any idea, some one other may help you. |
Forum: PHP Aug 18th, 2009 |
| Replies: 12 Views: 3,902 r u using header function used in php? or u can try javascript function of window.location as well. |
Forum: PHP Aug 18th, 2009 |
| Replies: 8 Views: 324 |
Forum: PHP Aug 18th, 2009 |
| Replies: 2 Views: 190 copy your chunk of code for better understanding |
Forum: PHP Aug 18th, 2009 |
| Replies: 2 Views: 266 chrisea is right. you cant embed .gz file in linux as it is, you need phpmyadmin or copy paste sql statement or use .sql format file |
Forum: PHP Aug 18th, 2009 |
| Replies: 13 Views: 1,140 above code looks nice. try it |
Forum: PHP Aug 18th, 2009 |
| Replies: 4 Views: 296 first of all make a registration page. and if the user is registered means his/her information is stored in your database then make a login page and if username and password is right then move it to... |
Forum: PHP Aug 17th, 2009 |
| Replies: 5 Views: 388 check all the quotes and commas and braces, perhaps your are missing some thing that's way problem is arising. and there is no need to apply braces around the variables. |
Forum: PHP Aug 17th, 2009 |
| Replies: 2 Views: 185 make one of your check box as selected by default and apply javascript check that one check box must be selected, may be in this way your problem will resolve |
Forum: PHP Aug 17th, 2009 |
| Replies: 5 Views: 297 digital-ether is right. its very hard to study all of your so long code and provide help for your complete project, make questions of the issues you are facing in your code so its easy to answer and... |
Forum: PHP Aug 17th, 2009 |
| Replies: 5 Views: 298 yes you have to write codes for different type of files in different manner. |
Forum: PHP Aug 17th, 2009 |
| Replies: 8 Views: 575 try the changes that i hv done |
Forum: PHP Aug 17th, 2009 |
| Replies: 8 Views: 575 ok first check ur folder permissions in which you are loading the images. it should be 775 or 777 .then you can write any file in the folder. and check your image name is in you code,why its not... |
Forum: PHP Aug 17th, 2009 |
| Replies: 12 Views: 529 if you are using sessions on each page then you can apply header function at very first statement of second page.
by using that when your link will go to next page it will execute the first lines... |
Forum: PHP Aug 17th, 2009 |
| Replies: 12 Views: 529 off course if you have the link of second page on first one it will definitely go.
this code just dont allow you to go back or forward by using back or forward button.
then what you erectly... |
Forum: PHP Aug 17th, 2009 |
| Replies: 3 Views: 611 if you want to create dynamic links without php page existence in real but dynamically. see this thread, here is an attachment example, try that in your server. that will help you how to create... |
Forum: PHP Aug 17th, 2009 |
| Replies: 8 Views: 575 when we save any image in database thats actually means that we are saving the image name in database and uploading image some where at our server. your image name is storing in database? or ur image... |
Forum: PHP Aug 17th, 2009 |
| Replies: 12 Views: 529 i am using this code in my site
its very short and easy
this code dont allow you to go back or forward.
<script language="javascript">
javascript:window.history.forward(1);... |
Forum: PHP Aug 17th, 2009 |
| Replies: 4 Views: 203 chmod 777 allow you to read write ect any permission so change your permission settings. |
Forum: PHP Aug 13th, 2009 |
| Replies: 5 Views: 286 ya shadobox is good for this working |
Forum: PHP Aug 13th, 2009 |
| Replies: 3 Views: 834 if you just want to enable/disable text field on selection then use following code
<html>
<body>
<form name="myform" action="" method="post">
<select name="mycmb" id="mycmb"... |
Forum: PHP Aug 13th, 2009 |
| Replies: 3 Views: 834 if you want to submit a page but you dont want to do that by submit button but on selection the combo box option then use
<select name='cmb' onchange='submit()' >
<option 1>
<option 2>... |
Forum: PHP Aug 13th, 2009 |
| Replies: 10 Views: 536 just apply check before going to next page if your requirements are done then go ahead other wise fill the first form accurately. |
Forum: PHP Aug 13th, 2009 |
| Replies: 6 Views: 301 well i just tried your code and its new to me that if the php variable is with in double quotes it still works |
Forum: PHP Aug 13th, 2009 |
| Replies: 6 Views: 567 studio if your problem is resolved you should mark your thread as solved, its the better way to say thanks the person who helped you.
thanks |
Forum: PHP Aug 13th, 2009 |
| Replies: 5 Views: 485 |
Forum: PHP Aug 13th, 2009 |
| Replies: 6 Views: 301 in this line its taking as "User Name ={$username}\n" a string and printing is as it is like a string becuase in php Double quotes use for strings. any thing in double quotes will not performs any... |
Forum: PHP Aug 13th, 2009 |
| Replies: 2 Views: 287 one of the easiest way to do that is.
make a field of datatype integer in db table where you are storing any data or information on click. or make a new table for clicks tracking.
at every click... |
Forum: PHP Aug 13th, 2009 |
| Replies: 6 Views: 301 |