39,320 Topics

Member Avatar for
Member Avatar for Scottmandoo

Ok below is my display script, though I have no idea how to make an edit script so could someone either make one for me or if thats too much to ask atleast help me make one. [CODE=php]<? $username=""; $password=""; $database=""; $con = mysql_connect('localhost',$username,$password) or die('Error: ' . mysql_error()); mysql_select_db($database) …

Member Avatar for Scottmandoo
0
123
Member Avatar for jkristos

I am wondering if anyone has successfully designed a system of conditional navigation for a phpbb3 forum based on the parent site navigated from? I have created a US site with a Canadian mirror, or actual copy of the site with a few differences. The sites share a forum, and …

0
48
Member Avatar for JanqeD

Ok well my friend wrote me a ShortUrl script and I continue to get a [CODE]Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/janqed/public_html/index.php on line 37 [/CODE] Well Heres line 37.. [CODE]echo "Thank you! Your new Short URL is <a href='http://www.Lolurl.net/$newid'>http://www.Lolurl.net/$newid</a><br /><a href="index.php">Go Back</a><br /> ";[/CODE] …

Member Avatar for helraizer
0
77
Member Avatar for Tess James

While creating a horizontal bar graph,the x nd y axes' titles are not displayed proprly. Please do help...

0
62
Member Avatar for yassar

Hi, I am working on a database related project for a course. I have decided to use mysql as a database but I cannot decide which web programming language to use. I am trying to decide between asp.net and php, because these are the only two web programming languages i …

Member Avatar for Fungus1487
0
142
Member Avatar for jeet_portal

Hi Expert, when i m accessing a .shtml file from my apache server, I got this Error."You don't have permission to access /test/link.shtml on this server.: 403 Forbidden" on windows O.S Pls tell me the Procedure to solve this Error.. Thnx in Advance

Member Avatar for jeet_portal
0
122
Member Avatar for assgar

Hi I have 7 arrays for all containing the same data:time_id, start_time, end_time and colour. Each array represent a day of the week. There are a total of seven columns to display. I have combined them into a three multi dimentional to display data form the 7 layers which are …

Member Avatar for assgar
0
114
Member Avatar for tahadhali

Hi all, I'm trying to build a new search system for one of my sites. The idea is something like this: 1. Visitors choose something in dropdown1 (ex. seach staff, search students, seach grades) - all these choises should be extracted from mySQL db and could be updated from time …

Member Avatar for ChiNko5
0
187
Member Avatar for pancgom

Hi, I have this form which has got all these drop down boxes which has values built in the html form, once selected they are all sent to the database table to be stored only when the authentication is done and for that record only. I am also using the …

Member Avatar for peter_budo
0
161
Member Avatar for shadiadiph

hi i have a table i can write to it ok but i need to know the correct syntax to retrieve the last updated record i have been using something like this but it doesn't work.?? $sql = "select * from tblexdetails where intexchangeID='$tid'"; can anyone ive me any pointers …

Member Avatar for ultra vires
0
3K
Member Avatar for dbayo

hello..i need a help for math function..when i try to add multiple number in php..the value that return to me is array..below is my code..can anyone help me.. [code=php]<?php $Final2=null; $gred=null; $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("kptm", $con); $result = mysql_query("SELECT NAMA …

0
100
Member Avatar for myth3_16

Hi All, i wonder if anyone can help me. I've got a form where you can enter your email address and a surname to search for, when clicking on the submit button the form is processed with a PHP page and sent via email. What I want to do is …

Member Avatar for helraizer
0
91
Member Avatar for slacke

I have a webmail on my apache server. When some clients are connecting to the login.php source. The apache logs that favicon.ico was not found. I searched what is favicon.ico for. It is a small icon on the address tab. But I could not make to log the server the …

Member Avatar for sDJh
0
78
Member Avatar for upstream

hi all, i'm almost done with the program im doing. one last thing i must do is to implement a search box dropdown on the other website with a dynamic content coming from our database. prob is, of course i dunno how to do that? xD is [CODE]require_once("http://www.mywebsite.com/include/db_connect.php")[/CODE] will do? …

Member Avatar for sDJh
0
135
Member Avatar for queenc

hi i want to find the no of times a string occurs in a file and display the file based on the no of occurance thanks

Member Avatar for sDJh
0
61
Member Avatar for adie

how can get into the phpmyadmin using the root? and i forgot my user password.... any help can do...thanks.

Member Avatar for sDJh
0
40
Member Avatar for oslover

Hi i am new here and I post this topic hoping that i will get some urgent help. I tried this code which should work to export customers emails according to their orders' status but the exported file contained an error. This is the error: PHP Code: [CODE=html]<br /> <b>Warning</b>: …

Member Avatar for ultra vires
0
123
Member Avatar for justinmyoung

I want to transfer a large text file (a database of over 1000 users) into phpmyadmin? How do you recommend I do this most efficiently? do I have to go through each user individually placing the appropriate quotations and punctuation? or is there an easier method? Thanks!

Member Avatar for ultra vires
0
63
Member Avatar for camdes

I have an HTML form for authorised users to upload photographs and am having problems with file size. I have my test server restricted to 2m filesize upload and am trying to add something to tell my users if they go above this. I have tried using a hidden field …

Member Avatar for somedude3488
0
84
Member Avatar for wenmark

I am attempting to send emails with attachments, and am having a problem getting the following message: Fatal error: Class 'Mail' not found in C:\xampp\htdocs\includes\Mail\mail.php on line 26 I am using the following code on my page [code] <?php require_once('Connections/wheeldeals2.php'); require_once('includes/include.php'); session_start(); mysql_select_db($database_wheeldeals2, $wheeldeals2); $PageID = "PlaceAd"; require_once('includes/ads.php'); require_once('includes/Mail/mail.php'); require_once('includes/Mail/mime.php'); …

0
67
Member Avatar for ryy705

Hello, Is there a way to install an email server on a personal computer? I don't need a fully functional email server with all the bells and whistles. I just want to build my website on my personal computer before I upload everything to a real web server. In order …

Member Avatar for ryy705
0
62
Member Avatar for sdann

Hi! I'm trying to learn PHP but as proceed with tutorials I encounter more and more problems. and I'm not sure if they are arising from my mistakes because I just rewrite very simple tutorial excerisies. I get this two errors when I load table1.php in my browser: Warning: mysql_num_rows(): …

Member Avatar for sdann
0
150
Member Avatar for prethum

hi i have a problem i need the same thing pop up a windoow when user clicks the link hear is my code plz tell me if i made a mistake [code=php]<html> <head> </head> <body> <? $company= $_REQUEST['companytype']; $companytype =mysql_real_escape_string($company); echo "<h1> <font color=green>Results For $companytype</font></h1>"; $query = "SELECT companyname,companytype,address,kommun,postcode,telephone …

Member Avatar for helraizer
0
110
Member Avatar for lifeworks

Hi Busy putting together my first competent attempt at a PHP/MySQL website, its a real estate package of sorts. I'd like to bring up a brief description of each house (in the DB) initially and when the user clicks on the photo or name etc, they will be directed to …

Member Avatar for prethum
0
112
Member Avatar for cali_dotcom

hi, i keep getting this error and i just cant figure out what is wrong. i got this code off a book that uses php v 5.1.4 and my wamp server runs php v 5.2.5, could this be a problem? does anybody know where i could download a good free …

Member Avatar for helraizer
0
153
Member Avatar for mikeandike22

ok im new to PHP and sortof need to learn the basics for my job and i got the oreily PHP 5 book and in some of the examples i keep getting a parse error. here is an example [php]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta …

Member Avatar for gcardella
0
141
Member Avatar for vijukumar

can anybody help me by pasing the codes for how to show only the logged in users details.. first tabel for login form... where user give his user name and password to login.. second tabel will be displayed after his succussive login... in the first form only two textbox and …

Member Avatar for helraizer
0
94
Member Avatar for swingingstars

Hi... when i use mysql queries with php, is there any way to load my page faster? Can certain divs or tables that use mysql query being executed last? after the page fully loads?

Member Avatar for swingingstars
0
156
Member Avatar for prethum

hi i am working on pagination too i have a problem i am sure u can fix it: i have to list box city and type, city =list of cities and type=hotel,bars ... when the user select from the lsit box and press search i get the out put from …

0
87
Member Avatar for queenc

hi i have a search page where the user will enter some search keywords and click search.in the next page it will display thesearch result.when the user clicks a search result(a link) it will redirect him to the next page which contains the detail result.when he clicks search result link... …

Member Avatar for helraizer
0
3K

The End.