39,320 Topics

Member Avatar for
Member Avatar for tatt727

Hi, I have created a mock site for a shop which has a registration form which is validated and then, if all the items pass the validation it should move on to the next page. The validation of the individual form feilds work well, I just can't get the redirecting …

Member Avatar for tatt727
0
165
Member Avatar for ayesha789

I have developed 2 Database using MySQL and PHP. I have created member table in which there is a type of user. On basis of type I restricted user to view private pages. Now I wanted to check status of users. when they login, logout means timing of the users.

Member Avatar for ayesha789
0
191
Member Avatar for Big-D2xL

Hi, I know this forum for a while and it has been helping me for a time, now I registered myself and I have a question to make you: I'm making a zone in my website where I can see a Top10 of links, products and news, and all of …

Member Avatar for Big-D2xL
0
184
Member Avatar for Lolalola

Hi, why in my new file put all program code? When i open "new_doc.doc", give: " first line second line<form method = "post"> Download: new_doc.doc, <input type = "submit" name = "ok" value = "OK" /> </form> " [CODE="php"] <?php if(isset($_POST['ok'])) { header("Content-type: application/octet-stream"); header("Content-Disposition: attachment; filename=new_doc.doc"); $data = "first …

Member Avatar for colweb
-1
92
Member Avatar for preetg

HI everyone I want to install joomla . but dont know how to do it.. i download from internet a zip folder., that contains files but i could nt find any setup in it... plz guide me how i can install it using easy way i tried it from so …

Member Avatar for saiprem
0
163
Member Avatar for niths

[QUOTE]hi all, in my insert project page wen i am above to insert project if the project size is greater than the allocated size then it should display some alert message,but my code not displaying anything.so please check my code. Thank u.[/QUOTE] [CODE]<script language="javascript" type="text/javascript"> window.close(); </script> <?php $id=$_GET['f1']; @session_start(); …

Member Avatar for almostbob
0
43
Member Avatar for zura

helo, i'm newbie here.... i trying to make multiple login in one login page.. admin go to page admin.php and counselor goes to counselor.php.. i had try so many things n it doesn't work.. all this in database and it have it's own access level.. like admin =1 and counselor …

Member Avatar for colweb
0
65
Member Avatar for aneeka

Anyone, please help me here. I created a view in mysql but when I use it in my code in php, an error appears that the view doesn't exist. What can I do? Here is my code. [CODE] $count = mysql_query("SELECT COUNT(*) FROM ViewName where ftTimeIn != '' AND ftTimeOut …

Member Avatar for canterorist
0
251
Member Avatar for jokomamamita

Greetings all, Me and my friend are doing a group project and we encountered a problem lately. If you check out the site : [URL="http://www.meteor-idea.com"]www.meteor-idea.com[/URL] And you click on Login -> Signup -> Put everything blank and hit submit, you will notice an error message saying "Please insert userid." We …

Member Avatar for rajarajan2017
0
223
Member Avatar for Hypalink

Can somebody help me understand how to retrieve user profile data when that user logs-in. I'm relatively new to this and am currently developing a site with javascript, ajax and php. For example in Facebook when a user logs-in their profile data is then displayed in their profile page. Im …

Member Avatar for Hypalink
0
2K
Member Avatar for sandipan.rcciit

hi, if any one know that how to convert a [COLOR="Red"]excel file to csv[/COLOR] file with [COLOR="Red"]php [/COLOR]coding????? actually i want to make a site where user upload the data as a [COLOR="Red"]excel file format.[/COLOR] and when they clicked button the [COLOR="Red"]excel file is changing in csv file[/COLOR] first then …

Member Avatar for whois101
0
4K
Member Avatar for dan1992

Wat i need to choose in sql db tabel "Collation" to make posible to read russian letters please help THX

Member Avatar for colweb
0
139
Member Avatar for seularts

here is my little code: [code] <?php $dir1 = $filex.'/88x31'; $filecount1 = 0; $d1 = dir($dir1); while ($f1 = $d1->read()) { if(strstr( $f1, '.htm' )) continue; if(($f1!= '.') && ($f1!= '..')) { if(!is_dir($f1)) $filecount1++; } } ?> [/code] how can i add more file extensions to this code to be …

Member Avatar for diafol
0
128
Member Avatar for BlueCharge

Hi Everyone, I have a page that displays information from a mysql database. The information is taken from the members table where the id is in the url e.g. [url]http://www.clancorner.net/tounament.php?go=MW2&[/url][B]id=2[/B]. And that works perfectly, pulls ou all the information i asked for. Unfortunatley i now need to just echo "Invalid …

Member Avatar for BlueCharge
0
124
Member Avatar for toocoded

Hello everyone, Im new here. I'm not new to web design but a bit new to PHP. I really need some help with this. I have an email script that sends a bunch of user choices to me. The choices ware one or more and are sent to the email …

Member Avatar for sourcez
0
135
Member Avatar for Encrypted

Hello, I'm trying to pull data from multiple tables in a single mysql_query and I'm having trouble displaying the data that's pulled. Here's what I've got so far.. the highlighted code is the part that doesn't work. (sorry in advanced for the sloppy code.. i've been copying/pasting stuff all over …

Member Avatar for Encrypted
0
102
Member Avatar for knkk

Hi everyone, I recently migrated to PHP 5.3.2, and realized that I am unable to turn off notice errors in my site now. I went to php.ini, and in these lines: [CODE] ; Common Values: ; E_ALL & ~E_NOTICE (Show all errors, except for notices and coding standards warnings.) ; …

Member Avatar for knkk
0
176
Member Avatar for pwhitrow

Hi fellow devs, not sure if this is the right place to post but I wanted to share my application with you, in the hope that it may be useful to someone if you are developing a website and need an off the shelf gallery... xFlow! ([url]http://xflow.pwhitrow.com[/url]) is a gallery …

Member Avatar for diafol
-3
226
Member Avatar for danielagaba

hi i'm trying to create an application that sends information through a query string to a php page that stores the information in an sql database. when i run the application it brings no errors and displays the form at the end of the connection method but no data is …

Member Avatar for peter_budo
0
76
Member Avatar for Venom Rush

Hi there I have a form which will delete items from a MySQL database. I'm having one problem though. I'd like to have a confirmation window popup and if yes is clicked then the php gets processed to delete the row out of the database. Is it possible for javascript …

Member Avatar for rh solar
0
275
Member Avatar for QWaz

Hi, I am pretty new to php. On my site, I have set up a form to store images in a database, it works fine, and the images are stored in there as BLOB files. However, I can't work out how to display the image from the database. I want …

Member Avatar for colweb
0
1K
Member Avatar for roul

hi, I need php mysql image upload and resizer. The image uploaded through a uploading page should be resized and should kept in mysql server. and we need to retrieve it to another page. help me. thanks,

Member Avatar for qazplm114477
0
143
Member Avatar for qazplm114477

Hi, I`ve started doing PHP and MYSQL for a few months now and I am working on a project for a friend. Basically I had the code written down in mysql format and decided to change my code too mysqli. Everything was working fine except for one function. I keep …

Member Avatar for qazplm114477
0
7K
Member Avatar for preetg

hi i want to know to run php we use localhost as a server....can we use any other server??????or php is server side scripting language thats why we use localhost....but want to know can we use any other server??

Member Avatar for agraj1
0
1K
Member Avatar for kiransharma
Member Avatar for tunde011

[CODE]Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^myurl.com [NC] RewriteRule ^(.*)$ http://www.myurl.com/$1 [L,R=301] Header set X-UA-Compatible "IE=EmulateIE8" # PHP error handling for production servers # disable display of startup errors php_flag display_startup_errors off # disable display of all other errors php_flag display_errors off # disable html markup of errors php_flag html_errors …

Member Avatar for sourcez
0
482
Member Avatar for nats01282

Hi all, I am after creating a small basic CMS sytem that will allow me to Change things after i have uploaded my site, How would i do this? I would like to change descriptions and add photos to the site?

Member Avatar for samarudge
0
122
Member Avatar for JoeyG7

I've been altering code back and forth for an hour or so to get my form to send data to a mysql database if a radio button is checked. Right now it is not filling the table. other tables are getting populated. Here is the part of the html of …

Member Avatar for saiprem
0
150
Member Avatar for zippee

Hi, I managed to use the full-text search on a single table (product) and would like to search two tables (product and article) simultaneously, when user enter a keyword. Can anyone help? Thanks

Member Avatar for jsalis
0
242
Member Avatar for ElegantElephant

I don't know if it's obvious but I'm not entirely sure how to delete joined table records? For example. I have a project which also has associated contracts, files etc in other tables. They are all linked using the project foreign key. How do I construct a query to that …

Member Avatar for sandimcp
0
123

The End.