39,320 Topics

Member Avatar for
Member Avatar for nyadimo

yes, i know mysqls query language, but what i need to know is how to connect mysql database with php. i am designing a dynamic website using macromedia dreamweaver 8, mysql and php. how can i go about configuration in order to connect successfully?

Member Avatar for Puckdropper
0
81
Member Avatar for realnsleo

hi there, i have a problem with the post data thing..i have two pages, one for uploading documents and another to see the uploaded documents. When i finish uploading and go to the next page i can see the uploaded document.when i click the back button to go back and …

Member Avatar for Puckdropper
0
72
Member Avatar for dudegio

Hi everyone! I have traced the variables that stores the data. All i have to do is to save all these in a table. Pls help. Here are the variables and its content: Variables: $pmaster_id = get_param("master_id"); //test------------------------------ print "master ID = $pmaster_id"; $master_id = $pmaster_id; $id = explode("-", $master_id); …

Member Avatar for dudegio
0
292
Member Avatar for ftxxpower

Hi Everyone, I need help looking for a script. The script I am looking for is something like a swap/trade script. The script should let everyone do all the basic functionalities such as login, logout, register account, etc. The script should also have an administrative control panel. Basically, the script …

Member Avatar for shashi28
0
126
Member Avatar for nyadimo

hi i am trying to design a dynamic website using php and mysql, how can i make configuration so as to connect successfully?

Member Avatar for shashi28
0
101
Member Avatar for bubai

<table width="100%" border="0" cellspacing="0" cellpadding="3"> <form action="temp.php" method="post" name="frmTemp"> <? $sql_count="select * from dmail_fields"; //echo $sql_count; $rec=mysql_query($sql_count); while($data=mysql_fetch_array($rec)) { ?> <tr> <td align="center"><input name="txtValue" type="text" class="textfield" id="txtValue" size="18" value="<? echo $data['field_name'];?>" readonly="ture" /></td> <td align="center"><input name="txtChange[]" type="text" class="textfield" size="18" /></td> </tr> <? } ?> <tr> <td width="50%" align="center">&nbsp;</td> <td width="50%" …

Member Avatar for Anonymusius
0
75
Member Avatar for alienlinux

hi, i have:- Server Version: Apache/1.3.29 (Unix) PHP/5.1.4 mod_mp3/0.39 mod_fastcgi/2.4.2 mod_ssl/2.8.16 OpenSSL/0.9.7j the php module seems to have loaded ok yet when i point to any php content it still delivers the code and not the propper content and i don't know what to check now as i am so …

Member Avatar for alienlinux
0
148
Member Avatar for alwaysonline

[COLOR=#000000]We redesigned our website using PHP. However, the case-sensitivity of the links seems to be causing many errors. If customers type in by capitalizing, say in the link [/COLOR][COLOR=#434343][URL="http://www.wspgweb.com/custom-website-design.php"][U][COLOR=#800080]http://www.wspgweb.com/custom-website-design.php [/COLOR][/U][/URL]as say /Custom-Website-Design.php, the link does not work. However the root URL [URL="http://www.wspgweb.com/"][U][COLOR=#800080]http://www.wspgweb.com[/COLOR][/U][/URL] seems to be working as non-case sensitive.[/COLOR] [COLOR=#434343]Has …

Member Avatar for alwaysonline
0
158
Member Avatar for redcoder07

How do I limt the records extracted from filemaker using the query "Select.... LIMIT 5" ? Example: select * from tablename limit 10. I connect the filemaker pro 8.5 via ODBC and use php to display the records.A small amount of records(1 or 2 rows) will display the records, but …

0
88
Member Avatar for assgar

Hi Multiple rows of dynamically created data is retrived from the database and displayed properly. When I get 50 rows displayed scrolling is necessary. The problem is when I scroll to see the items at the bottom of the list the rows get blurred (jumbled). To be specific at the …

Member Avatar for assgar
0
87
Member Avatar for jnscollier

So i found a script that does what I want but I'm having trouble "implementing" it. Basically I have all the image file names stored in my table and i want them to all display (the ones uploaded by the particular user logged in) on a page. Of course I …

Member Avatar for UrbanSky
0
115
Member Avatar for dudegio

Greetings to everyone!!! I am editing a program in Php 4 generated in a CodeCharge 2.0.5. The last and only task i found trouble with is saving information of a billing statement to the database. I can display the information to the textboxes but i dont know how to create …

0
91
Member Avatar for BoneThugz

I'm trying to make a simple website as I'm just learning php. But reading through your forums all morning hasent brought me to what I'm looking for. I would liek to make a site with a simple input box to edit the end data of a hyperlink but I would …

Member Avatar for BoneThugz
0
92
Member Avatar for fiddler80

I've been trying to create a program to put cemetery records into a database. In creating the Modify Records section, I have three files: pick_modrecords.php, show_modrecords.php and do_modrecords.php The pick_modrecord.php file brings up a list of records from the appropriate table and allows me to select a record to modify...which …

Member Avatar for fiddler80
0
122
Member Avatar for tlei

[COLOR=green]Hi all - this is my 1st post! I am working on a php/mysql app in which I need to generate dynamic html reports that arrange data from the db in a 3-level hierarchy. I'm able to write the big-honkin'-query that pulls all the data I need (from multiple tables, …

Member Avatar for johny_d
0
159
Member Avatar for dudegio

Hello everyone! Please help me on how to append the content of 1 table to another. I have coded but there is an error, please check if you have comments. If you have sample code the better. $result2 = mysql_query(INSERT INTO billingstatementhistory values (SELECT * FROM billingstatement); error is: [B]Parse …

Member Avatar for johny_d
0
102
Member Avatar for jyan

Hiya! I'm trying to include my blog- hosted at blogger.com - to my website. The blog is in an rss-feed. Blogger includes the tags that I use in the blog as they are, <a>, <br/> and <img> for example. When I try to read the blogs, it outputs the title …

0
64
Member Avatar for vzent

Hi, Does anyone has experience in using WebDAV in PHP to connect to Exchanger server 2003, i have found some code on the internet, and downloaded Exchange SDK for further development. However, i have problem constructing the XML query to query to Exchange server. I am trying to display the …

0
50
Member Avatar for realnsleo

hi there, how do i validate names like surname and first name with the preg_match function???

Member Avatar for johny_d
0
83
Member Avatar for cancer10

Hello, I am trying to send an email through php using the mail() function but getting the following error: [code]Warning: mail() [function.mail]: SMTP server response: my-server-name-here [my-ip-address-here] is currently not 550-permitted to relay through this server. Perhaps you have not logged into 550-the pop/imap server in the last 30 minutes …

Member Avatar for johny_d
0
51
Member Avatar for bubai

I am creating a template using FCkeditor. When i dispaly it front end then the template is brake. I am showing the templale in this way <img scr="<? echo $data['Content'];?>" width="107" height="139" /> how it is properly displaying? Any one help? breaks means its display in a bigger form not …

Member Avatar for johny_d
0
68
Member Avatar for realnsleo

hi...i want to use the preg match function to verify a string that should have the format format of a year - two digits - two letters - two digits, like this: [in]2005-03-IT-031[/in] thanks

Member Avatar for johny_d
0
87
Member Avatar for mnavarro

Im trying to handle .tar files with the PEAR Archive_Tar library, so i added the library directly to my lib directory on the website im developing and i copied a script to make a test which is the following [code=php] <?php include_once('../lib/Tar.php'); $tar_object = new Archive_Tar("../files/tarFiles/test.tar"); if (($v_list = $tar_object->listContent()) …

0
70
Member Avatar for nguyenthaithuan

Hi all! I am PHP beginer, I have some trouble about install, using pdflib for PHP(version 5.1.4, Window XP). Please help me ! If so be, thanks to all. Maths

Member Avatar for w_3rabi
0
88
Member Avatar for jewboy

My site (see signature) works perfectly fine in Firefox, but does not work with IE7 or (IE5/IE6 with security settings set to high or medium). When viewing the site in IE7 , half of the content on the page is invisible. The site and application is PHP based. I don't …

Member Avatar for MidiMagic
0
155
Member Avatar for bubai
0
47
Member Avatar for maunga
Member Avatar for radu84
0
46
Member Avatar for LilSniper

I have no idea what to do next. I have no idea what PHP is. I don't know where to download PHP and MySQL. Also, I am having trouble with the definition of terms. What is a webhost? Please help. Thanks.

Member Avatar for J-to-the-D
0
157
Member Avatar for danielwoodhead

Hi I am tring to populate a drop down by selecting another drop down. The first drop dwon populates from eventdata table and i want the second drop down to populate from a race table. I have tried to find the row which contains the same event id as the …

Member Avatar for johny_d
0
3K
Member Avatar for heliumgas

hello i´m trying to use the messagebox ok cancel in java to confirm or cancel when i try to eliminate some data from the database. i don´t know how it works. could somebody help me, or give me an example...

Member Avatar for UrbanSky
0
75

The End.