38,019 Topics

Member Avatar for
Member Avatar for pbrookee

Hello again... I've connected to th edb but i need to insert into the db in phpmyadmin.... I dont get any errors it says that it has inserted the data, but it hasn't...please help... my code... $link = mysql_connect('localhost', 'root', ""); if (!$link) { die('Could not connect: ' . mysql_error()); …

Member Avatar for ProgrammersTalk
0
127
Member Avatar for leopardsag

We all know [URL="http://www.wordpress.com"]http://www.wordpress.com[/URL] We create account there and it comes like: [URL="http://www.javedkhalil.wordpress.com"]http://www.javedkhalil.wordpress.com[/URL] or [URL="http://www.leopardsag.wordpress.com"]http://www.leopardsag.wordpress.com[/URL] Ok now is it possible in php that we give user permission to create a website or a single page on our domain and its url will be like that. User name is added before …

0
71
Member Avatar for 123cc

Hi, I am using a PHP form and I would like to have the ability to convert any emails and URLs that are in the post to automatically have a hyperlink. I don't want to enable any other html tag other than the hyperlink in my posts and I am …

Member Avatar for Dani
0
73
Member Avatar for pbrookee

Hello all...I am having a little trouble with using an ifelse statement to print information from one page to another. I have a form that has several questions and the user has to select one out of the few radio buttons...etc...when done they hit submit which is 'confirmed' on the …

Member Avatar for pbrookee
0
95
Member Avatar for vssp

hi friends How to display the google map using php? and how to calculate the latitude and longitude using php .Please send me any sample code . Please advise Thanks

Member Avatar for vssp
0
69
Member Avatar for invisal

It is my first time in here and also my first question. I hate to admit it that I got stuck now. I got the Apache set up on my new computer and also the PHP5. After that, I modified the Apache2 httpd.conf file. [i]I added this into my configure …

Member Avatar for Rhyan
0
426
Member Avatar for dmcutaia

Hi - I am just learning PHP. I installed Apache, PHP and MySql on my computer (XP pro) and it is working. I use dreamweaver and when I preview it - my php code works. However, when my code does not work, instead of getting a syntax error, I just …

Member Avatar for Rhyan
0
147
Member Avatar for mithesh

hi can anybody help me i need to get the data from db through php script my code is : <?php $con=mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("poll",$con); echo "DB SELECTED<br>"; $result=mysql_query("select question from pollquestions",$con); echo "QUERY EXECUTED<br>"; echo $result ; echo "<br>DATA DISPLAYED<br>"; mysql_close($con); …

Member Avatar for Rhyan
0
79
Member Avatar for shortybookit

I currently run your typical city guide web page and for this entire post i am going to use my artsandculture page with in this page i have sub pages of museums,wine,galleries when a user clicks on museums there is a list of all the museums in html format and …

Member Avatar for Rhyan
0
132
Member Avatar for pbrookee

Hello all...I am in a rut, confused. I have created an html/php web form it works fine, the user enters the info and submits it to a confirmation page and then when the user clicks ok I need for the information to be sent to 2 email address' one it …

Member Avatar for pbrookee
0
147
Member Avatar for crws416

Hi all, I'm having just a slight problem in that I have recently installed the PEAR unit, however when ever i try to use either; fetchRow() getRow() I get the following error: Fatal error: Call to undefined function fetchRow() or Fatal error: Call to undefined function getRow() I assuming this …

Member Avatar for netfreehost
0
116
Member Avatar for Dsiembab

Good Morning, I'm trying to learn php, I was wondering if their is anyway I could practice the server side script on my windows xp home computer? I have a website that is on a linux server. I'm sure this has been asked many times, I tried looking, but could …

Member Avatar for Dsiembab
0
176
Member Avatar for bubai

FPDF error: Some data has already been output, can't send PDF file. how can i solve it

Member Avatar for leelee
0
55
Member Avatar for Soleybancing

Hi, please i want ot know more about PHP, i'm inexperience. Can anybody put me through? lets use email for better relationship.

Member Avatar for leelee
0
60
Member Avatar for samoual

iam new in php but i am trying to do my first project maby it is small for some of you but it is big step for me : iam trying to build advrtising magzine with articals i have to join both of theme in one page the artical and …

Member Avatar for Puckdropper
0
70
Member Avatar for nisrin

hi Ive created a simple shopping cart using arrays and a cookie. The cookie is used to store the number of orders that have been made yet, extracting that value from the cookie and using it in a loop should display all the products quantity, price and total cost...BUT THAT …

Member Avatar for Achiever
0
103
Member Avatar for realnsleo

how can i verify the validity with the php pregmatch function. The string starts with a year, then a dash, followed by between 1-3 numbers, another dash,then betweek 1-5 letters, another dash, thenmore letters between 1-10, another dash and finally between 1-3 letters for example:[code]2007-03-DPE-MSK-001[/code]thanks

Member Avatar for digital-ether
0
96
Member Avatar for daniten1

hi please give me some advice i have a registrar system that used for a small colleges and schools.the system now works fine but i want to enter the student grade authomatically by scanning method anyone would give me some advice or help i will appreciet it. thankes very much

Member Avatar for digital-ether
0
70
Member Avatar for rcross

My first PHP-MySQL project is to build a very simple web based index for archive issues of a small independently published journal. One problem that I'm struggling with involves the detailed display for a single article for a single issue of the journal (a page that the user reaches by …

Member Avatar for digital-ether
0
135
Member Avatar for alamati

Hi, I am new for PHP and MySQL, plz guide me for beginning, tnx Samad

Member Avatar for jbennet
0
115
Member Avatar for cancer10

Hey Does anyone knows how do I replace a " (double quote) in a string with nothing I tried the following but does not work [CODE]$message = str_replace(""","",$_REQUEST['txtMessage']); or $message = str_replace("""","",$_REQUEST['txtMessage']); or $message = str_replace("\"","",$_REQUEST['txtMessage']);[/CODE] Plz help Thanx

Member Avatar for iamthwee
0
173
Member Avatar for iorgobus1

Hello, Anyone can suggest how put a contact form on my site or can you please recommend me a php script or some free form builder?

Member Avatar for Andy-Pandy
0
153
Member Avatar for realnsleo

could anyone please be kind and help me with source code of a working pagination php script.thanks alot..

Member Avatar for Andy-Pandy
0
121
Member Avatar for Catssuck

I am trying to access an ftp server and read an XML file that I can then parse and write certain information to a database. I attempted to read the XML using Magpie but get an (HTTP Error: Invalid protocol "ftp") error when I attempt to connect to the server. …

Member Avatar for Catssuck
0
292
Member Avatar for Fungus1487

well ive been doing some work with object oriented php and came across a question i couldnt answer. can you create a list i.e. similiar to a linkedlist in java or the like in php ?

Member Avatar for Fungus1487
0
97
Member Avatar for s2j1j1b0

Hello, I am working off my development machine (my home pc) and I just loaded the php-sdkfolder in my root directory and than ran php-sdk/install.php and got this message. INSTALLATION ERROR: One or more required PHP extensions is missing: openssl I am not sure where to look for a fix. …

Member Avatar for phpwizard01
0
133
Member Avatar for Roc

Hi everyone I know that some people at this site getting nervous about program request or code request for any reason but i have to did it to friday.I have no php knowledge except making php forum with macromedia dreamviewer .I have to write or find a php code that …

Member Avatar for UrbanSky
0
81
Member Avatar for dudegio

Hello everyone! I have generated a txt file from the billing system. My problem is, whenever the transaction is cancelled the newly written data in the txt file must be erase. Is there a function that erases the content of the txtfile generated from the system? I have tried getting …

Member Avatar for UrbanSky
0
128
Member Avatar for dudegio

Hello everyone! I have a problem having loops in Php. The process is, it will take all the records in the database table through looping based on the date specified. For example the billing period is from February 01, 2007 to February 28, 2007. It will take all the records …

Member Avatar for dudegio
0
109
Member Avatar for JSR

Hi guys, well as the thread title says, i've made a search engine for a property site that uses a form to specify what to search (ie. property status, type, location, bedrooms, price). And outputs as a table. The problem is i don't know how to make the function return …

Member Avatar for w_3rabi
0
115

The End.