Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6811 - 6840 of 9232   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6811
Hi All Here is my code i m getting the domdocument::domdocument() expects parameter 2 to be long error at $doc=new DomDocument('1.0','UTF-8'); line plz tell me...
malayappa2000
Offline Send Email
Mar 3, 2008
4:24 am
6812
Sudhakar, checkboxes and radio buttons should be handled as an array in PHP (because they can hold multiple items). You must ensure the 'name' has square ...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 3, 2008
11:57 am
6813
1. i have a question about using header("Location: filename.html"); in php with my present code i have a few echo statements followed by header("Location:...
Sudhakar
finals27
Offline Send Email
Mar 3, 2008
4:44 pm
6814
For the first question, the header statement must be sent first and before any echo statement, and you have to use un html meta tag refresh to send the client...
a_nassim
Offline Send Email
Mar 3, 2008
11:01 pm
6815
1. Instead of using header function, use the following one: echo '<META HTTP-EQUIV="REFRESH" CONTENT="0;URL=payment.php?showmsg=1">'; exit; 2. Use the...
Udaya kumar
udayakumaar
Offline Send Email
Mar 4, 2008
3:58 am
6816
hi, for your first question, you can also use streams. you can ob_start() the the beginning of your first file, and do all the "echo"s and stuff, which will be...
Arash Dalir
arashdalir
Offline Send Email
Mar 4, 2008
5:52 am
6817
Hi, try the following code.It has been tested successfully. <?php // Connect to the database server.Use your own Databae & table,As well as...
abdul qadir
abdul_qadir30
Offline Send Email
Mar 5, 2008
9:43 pm
6818
I want to update my database on remote server in the way i can read data from database on localhost and transfare it to remote database.I have done that in...
alireza_353
Offline Send Email
Mar 5, 2008
9:47 pm
6819
... It's difficult to tell what you want to do, but first thing I notices is this line: $result2 = mysql_query($row[2], $link_server); 1. You are getting 2...
Daniel Israel
dr_izz
Online Now Send Email
Mar 5, 2008
10:12 pm
6820
... Unless you have done something "special", you can usually only read and write to a database on the same server as the PHP page which is doing the reading...
Pete
computergeni...
Offline Send Email
Mar 5, 2008
11:04 pm
6821
I'm not sure which O/S Pete is referring to here, but there's no technical reason why you can't use multiple databases spread over as many servers you want. In...
Atkinson, Robert
ratkinsonuk
Offline Send Email
Mar 6, 2008
10:26 am
6822
In message <C2C319C4C1CC7D46B2D7815BE3A2753E03CEC8C4@coxsrv- 3.uk.randomhouse.com>, Atkinson, Robert <ratkinson@...> writes ... My hosting company...
Pete
computergeni...
Offline Send Email
Mar 7, 2008
11:38 am
6823
m developing a website based on ecommerce using php and mysql, m using 2co[www.2checkout.com]service for mainting bills for my client online now m facing...
umer.zuberi
Offline Send Email
Mar 7, 2008
9:03 pm
6824
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Send Email
Mar 9, 2008
12:03 pm
6825
Hello, This is just a reminder messages to let you know as subscriber of the php-objects mailing list you may be interested about the new site where you may...
php-objects@yahoogrou...
Send Email
Mar 9, 2008
12:03 pm
6826
i have a registration page which is a self submitting form <form action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="POST" id="test2" name="registrationform">...
Sudhakar
finals27
Offline Send Email
Mar 9, 2008
1:04 pm
6827
i am using php in order to validate a form where users register. please help me to solve the following validations. 1. name can have spaces. ex= john smith ...
Sudhakar
finals27
Offline Send Email
Mar 9, 2008
1:05 pm
6828
i think you should use, *ob_start();* /*-------------- your coding ... *ob_end_flush();* this will sort out the problem "headers have already been sent." no...
abhijit murade
abhijitmurade
Offline Send Email
Mar 10, 2008
4:40 am
6829
I have numerous issues that I need some assistance. I'm creating a website that will involve credit card processing. I have SSL certificate installed and that...
njau_ndirangu
Offline Send Email
Mar 10, 2008
6:42 am
6830
Alternatively, you can provide a link to the thank you page in the redirecting page, if you think meta refresh is restricted. one.php: //form elements.. etc ...
Krishna Srikanth
krishna.srikanth@...
Send Email
Mar 10, 2008
6:47 am
6831
You could use '/^[a-zA-z\s]+$/' to allow spaces, \s means white space. But what about names with hypen's or apostrophes? I'm sure you want to take into...
Tony Jones
tjones10707
Offline Send Email
Mar 10, 2008
11:53 am
6832
Thank u for response On Mon, Mar 3, 2008 at 9:54 AM, malayappa2000 <malayappa@...> ... -- Regards P.M.M.Srinivas jr Software Engineer ID:...
srinivas pmm
malayappa2000
Offline Send Email
Mar 10, 2008
12:11 pm
6833
1. i have a self submitting form using POST <form action="<?php echo $_SERVER["PHP_SELF"]; ?>" method="POST" id="test2" name="registrationform"> i am not using...
Sudhakar
finals27
Offline Send Email
Mar 10, 2008
1:13 pm
6834
Well, i figured out the mod_rewrite but can't figure out the appropriate way to redirect some url's to be https and others http. What i did i wrote a class to...
njau_ndirangu
Offline Send Email
Mar 10, 2008
4:41 pm
6835
This is a small function to redirect in cases where you cannot use header. This is how I have used it. if (!headers_sent()) { header("Location: your url...
Priya Gopal
vanila2000
Offline Send Email
Mar 11, 2008
5:46 am
6836
i am building a registration page where a user register for a username. i am able to insert this into mysql. the situation is every time data is inserted into...
Sudhakar
finals27
Offline Send Email
Mar 11, 2008
1:03 pm
6837
Hello Sudhakar, I think you need to reformulate the logic as follows: (1) receive user input values. this is when a user submit the registration form. (2)...
Juma Lungo
jlungo
Offline Send Email
Mar 11, 2008
4:20 pm
6838
Hi All, I need to know, what open source newsletter easy and much powerfull can I use?. thanks.....
doby nurcahyo
ndlozor
Offline Send Email
Mar 12, 2008
3:53 am
6839
Hello, How can I check the string value using preg_match()? The name inputted should have exactly one comma (,). If 0, 2, or more commas are encountered,...
Raul Berina
raul_berina_fq
Offline Send Email
Mar 12, 2008
8:13 pm
6840
Use preg_match_all, for example: <?php $s1 = 'Davis, Nathan Ventura'; $s2 = 'Davis, Nathan, Ventura'; $s3 = 'Davis Nathan Ventura'; $r1 = justOneComma($s1); ...
Alligator
alligator_666
Offline Send Email
Mar 12, 2008
8:50 pm
Messages 6811 - 6840 of 9232   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help