39,320 Topics

Member Avatar for
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
71
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
Member Avatar for jbennet
0
118
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
175
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
154
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
296
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
104
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
84
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
139
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
113
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
Member Avatar for heliumgas

hello. i would like to know how i can use the message box ok/cancel to confirm the delete os data in the database. as javascript is clientside and php in server side hw i can do it? how i can send it to php undestand that is to del the …

Member Avatar for ~s.o.s~
0
120
Member Avatar for Dsiembab

Good Morning, I'm starting to implement simple php into my website, basically for information redesign purposes, and I am very new to php, like out of the birth canal new. Ive created some php files that contain html and I redirect them with the simple include command. I was just …

Member Avatar for stymiee
0
74
Member Avatar for gavy

hi, i had a problem with my cart values, i am doing like this choose product and select the value of quantity and then clickic the submit button of add to cart as: it goes as : [url]http://localhost/PPP_Cart/scart.php?quantity=7&pd=3[/url] i am using the following as: [code=php] <?php if (@$pd) { $cart[$pd]=$quantity; …

Member Avatar for gavy
0
98
Member Avatar for pipimalot

Hi, i want to create a website has a feature that when everyone has a Yahoo IM (login already) comes to my website, this feature know that and show their avatar in location i named it. How can i do to make it come true? plz help me. Thank you …

Member Avatar for pipimalot
0
96
Member Avatar for gee777

I am trying to install my website script on a midphase ([url]www.midphase.com[/url]) hosting account.Midphase uses cpanel.I have done all the steps as directed by my webdesigners ( [url]http://www.milliondollarscript.com/installation-tutorial.htm[/url]) up to step 4.However I am failing to proceed to step 5 because I cannot find the page ([url]http://www.yourdomain.com/admin/install.php)[/url]. My domain is …

Member Avatar for MidiMagic
0
107
Member Avatar for mithesh

Pls help me how to insert new line character in php i have used \n but it isnt working can anybody help me

Member Avatar for stymiee
0
79
Member Avatar for gavy

i started the application to build upon and came to an error, i tried to figure it out but through different procedure here is what i am calling: print ("<tr><td><a href=morder.php"); print ("?p_id="); print($row['id']); print(">"); print($row['p_name']); print("</a></td>"); it is calling the id from database, the link shows properly the values …

Member Avatar for jigendaisuke
0
122
Member Avatar for Puckdropper

I had a bit of a problem with my PHP coding tonight, and after playing 3 hours of Wii and heading back to the computer, I figured out the problem. (Newbies: This is a sound troubleshooting technique. Not necessarily playing Wii, but doing something totally different.) I've got a question …

Member Avatar for jbennet
0
116
Member Avatar for neons001

[code]<? include ('/config_inc.php'); session_start(); $fname = $_POST['fname']; $lname = $_POST['lname']; $number = $_POST['number']; $subj = "$number"; $msg = "First: $fname\ Last: $lname\ NUMBER: $number\"; echo "<form method=\"post\" name=\"send1\" action=\"\send.php\">\n"; echo "<input type=\"hidden\" name=\"name\" value=\"Member\">\n"; echo "<input type=\"hidden\" name=\"email\" value=\"new@local.com\">\n"; echo "<input type=\"hidden\" name=\"subject\" value=\"$subj\">\n"; echo "<input type=\"hidden\" name=\"message\" value=\"$msg\">\n"; $nrap=0; …

Member Avatar for pritaeas
0
89
Member Avatar for cancer10

Hi, I was wondering if the BCC in the header accepts multiple recipient as in the example below? [CODE]$headers .= 'To: Mary <mary@example.com>, Kelly <kelly@example.com>' . "\r\n"; $headers .= 'From: Birthday Reminder <birthday@example.com>' . "\r\n"; $headers .= 'Cc: birthdayarchive@example.com' . "\r\n"; $headers .= 'Bcc: birthdaycheck@example.com,someone@example.com,someone2@example.com,someone3@example.com,someone4@example.com,' . "\r\n"; // Mail it …

Member Avatar for Puckdropper
0
130
Member Avatar for php_coder

Hi I am getting this very error..... [B]Cannot modify header information - headers already sent by[/B] (output started at C:\Program Files\xampp\htdocs\gallery2\examples\live-excel.php:36) I have tried [B]ob_start();[/B] but of no use. It did not work.... can someone give the solution.?? Thanks in advance cheers Prati

Member Avatar for digital-ether
0
2K
Member Avatar for Pro2000

Hello everybody, I need a code shows who is online...Explain??,OK: I wrote a chat program & I need to know who is logged on... Example: In this web-site you can see If I am logged on because If I'm logged on the picture beside me will be green... how to …

Member Avatar for Puckdropper
0
86

The End.