Search Results

Showing results 1 to 40 of 254
Search took 0.02 seconds.
Search: Posts Made By: BzzBee
Forum: PHP Aug 19th, 2009
Replies: 1
Views: 618
Posted By BzzBee
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
Posted By BzzBee
Forum: PHP Aug 19th, 2009
Replies: 2
Views: 354
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
yes you can use stripslashes function, its good one.
Forum: PHP Aug 19th, 2009
Replies: 12
Views: 378
Posted By BzzBee
$id have some value or may be its blank?
Forum: PHP Aug 19th, 2009
Replies: 27
Views: 1,121
Posted By BzzBee
Your code is looking fine. Do you have any issue?
Forum: PHP Aug 19th, 2009
Replies: 3
Views: 379
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
http://phpsense.com/php/php-pagination-script.html
may be this could help you
Forum: PHP Aug 18th, 2009
Replies: 4
Views: 296
Posted By BzzBee
well, i dont have any idea, some one other may help you.
Forum: PHP Aug 18th, 2009
Replies: 12
Views: 3,902
Posted By BzzBee
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
Posted By BzzBee
change your php.ini file
Forum: PHP Aug 18th, 2009
Replies: 2
Views: 190
Posted By BzzBee
copy your chunk of code for better understanding
Forum: PHP Aug 18th, 2009
Replies: 2
Views: 266
Posted By BzzBee
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
Solved: Login System
Views: 1,140
Posted By BzzBee
above code looks nice. try it
Forum: PHP Aug 18th, 2009
Replies: 4
Views: 296
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
yes you have to write codes for different type of files in different manner.
Forum: PHP Aug 17th, 2009
Replies: 8
Views: 575
Posted By BzzBee
try the changes that i hv done
Forum: PHP Aug 17th, 2009
Replies: 8
Views: 575
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
chmod 777 allow you to read write ect any permission so change your permission settings.
Forum: PHP Aug 13th, 2009
Replies: 5
Views: 286
Posted By BzzBee
ya shadobox is good for this working
Forum: PHP Aug 13th, 2009
Replies: 3
Views: 834
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
Forum: PHP Aug 13th, 2009
Replies: 6
Views: 301
Posted By BzzBee
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
Posted By BzzBee
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
Posted By BzzBee
Showing results 1 to 40 of 254

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC