hi guys
I am new to this grp.I woulk like to know how can we do the site
search in php.iam in great trouble. can anyone help me please
Thanks
ANIL T CHERIAN
[Non-text portions of this message have been removed]
Hi ashok,
Fisrt u should give the write permission for the
parent directory.
For Ex,
A is a parent folder
B is a folder (Child of A)
For this structure u must give write permission to A
then u can create one folder with inside A .This is
error may occur if using linux only.
Plz do like this i am sure ur problem will clear
By
Raja Mohamed.S
--- ashok kumar <vak108@...> wrote:
> Hi,
>
> Iam having PHP working on Apache in Linux. From
> PHP Iam trying to create a directory using
> mkdir("/etc/owndir"); but iam getting the error
> warning: mkdir() failed
> (Permission denied) in /var/www/html/dircheck.php
> on line 4.
>
> please do help me in creating a directory.
>
> Regards
> Ashok.V
>
>
> ---------------------------------
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail
> Beta.
>
> [Non-text portions of this message have been
> removed]
>
>
With Regards,
Raja Mohamed.S
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
Hi,
Even after reinstalling qmail also, still iam facing the same problem.
But I got this solved by commenting the below line frpm phpmailer class.
socket_set_timeout($this->smtp_conn, $tval, 0);
line number : nearly 126 in class.smtp.php
After commenting the line Iam able to send the messages.
Thanks for your replies
Regards
Ashok.V
Vinu Thomas <vinuthomas@...> wrote:
Hi Ashok,
If you've started facing this problem after the system was
reinstalled, check if qmail is configured properly and the service has
been started. This could be because the configuration of qmail might
have changed after the reinstallation.
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, ashok kumar <vak108@...> wrote:
>
> Hi Vinu Thomas,
>
> I have checked the language files. All the files are in proper
location.
> One more thing I want to tell is that previously I was able to
send messages using phpmailer, but I have reinstalled the linux and
qmail in my PC due to some problem. From that time iam getting this
error,(using the same files). I want to know wheather iam getting this
error due to some configuration while installing qmail.
>
> Thanks in advance
> Ashok.V
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1¢/min.
[Non-text portions of this message have been removed]
Hello
Can any body give me simple php oops application for studying .I
want to know how oops programming is using in php.Pls any have any good link
foe that pls give me.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
hi all,
can we use group by with having and where plz help me ?
lalit
09888711687
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]
hi,
can u any one plz tell me how can we congiure Smarty with
MDB2_Driver_mysql...
bye
ganesh.k
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
[Non-text portions of this message have been removed]
Hi Lalit,
The following link should show you how to do that:
http://www.databasejournal.com/features/mysql/article.php/3469351
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, lalit kumar <lalit774@...> wrote:
>
> hi all,
>
> can we use group by with having and where plz help me ?
>
>
> lalit
> 09888711687
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> [Non-text portions of this message have been removed]
>
Hello
Can you just tell me what is the diff between mysql and mysqli ? which
one is the better ?
Thank you.
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]
Hello
checked my this line code i write in php class.
line is
$this->mMysqli = new
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);
and i got error is
Fatal error: Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13
so pls help me i dont undertsnd the error.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
Hi Pritesh,
You can find the difference between mysql and mysqli in the following link
http://dev.mysql.com/downloads/connector/php/
Mysqli is better than Mysql because Mysqli is faster than Mysql,PDO.
Refer this link for proof.
http://blogs.vinuthomas.com/2006/08/07/benchmark-mysql-mysqli-pdo-in-php/
The best introduction to MySQLi is on the Zend site:
http://www.zend.com/php5/articles/php5-mysqli.php
Ansar Ahmed.
pritesh loke <priteshloke@...> wrote:
Hello
Can you just tell me what is the diff between mysql and mysqli ? which
one is the better ?
Thank you.
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
Hi Pritesh,
Check whether mysqli extension is enabled in php.ini file.
Ansar Ahmed
pritesh loke <priteshloke@...> wrote:
Hello
checked my this line code i write in php class.
line is
$this->mMysqli = new
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);
and i got error is
Fatal error: Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13
so pls help me i dont undertsnd the error.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
Hello
Yes the extention is enabled and mysqli dll aslo in php folder but
still they give me error.Even when i try mysql the also give me same error.
Thank you.
ansar ansar <ansarahmed_8@...> wrote:
Hi Pritesh,
Check whether mysqli extension is enabled in php.ini file.
Ansar Ahmed
pritesh loke <priteshloke@...> wrote:
Hello
checked my this line code i write in php class.
line is
$this->mMysqli = new
mysqli(DB_HOST,DB_USER,DB_PASSWORD,DB_DATABASE);
and i got error is
Fatal error: Class 'mysqli' not found in
E:\webs\test\ajaxproect\validate.class.php on line 13
so pls help me i dont undertsnd the error.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small
Business.
[Non-text portions of this message have been removed]
Bala, i already had a discussion with Vinu and in our office also, for some
reasons its not possible this time, may be we will arrange next time. Well for
your information PHP meet is going tp happen in Impelsys only may be Sept.
second week.
balachandar <mbchandar@...> wrote: when
is the next php meetup? if not planned, can we have at our office
premises - SpikeSource Software Pvt Ltd.
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
hai all
I am trying to uplading files using Flash Action Script ...
it will done in a seperate flash file but I include the same code in an anothor
form appliction have 15 forms it not work.. it gives an error " The class or
interface 'flash.net.FileReference' could not be loaded. "...
i using the following code for including the File Refrence class... and all..
System.security.allowDomain("http://localhost/");
import flash.net.FileReference;
var listener:Object = new Object();
listener.onSelect = function(selectedFile:FileReference):Void
{
selectedFile.upload("upload.php");
}
var imageFile:FileReference = new FileReference();
imageFile.addListener(listener);
uploadBtn.addEventListener("click", uploadImage);
function uploadImage(event:Object):Void {
imageFile.browse([{description: "Image Files", extension:
"*.jpg;*.gif;*.png"}]);
}
refere ..http://www.flash-db.com/Tutorials/upload/upFiles.php?page=1
have any one help me..........
Thanks in advance
adarsh m
Send instant messages to your online friends http://uk.messenger.yahoo.com
[Non-text portions of this message have been removed]
Bala,
We're looking at arranging the next PHP meet up some time in
September. We'll announce the date once all the arrangements are in place.
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, "balachandar" <mbchandar@...> wrote:
>
> when is the next php meetup? if not planned, can we have at our office
> premises - SpikeSource Software Pvt Ltd.
>
Hello
pls cheked this error and tell the solution as soon as possible
Warning: session_start() [function.session-start]: Cannot send session cache
limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3
Thank you.
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]
It looks like you've sent some output to the browser already. This
error occurs when PHP detects that some output has already gone to the
browser and it can't set the HTTP headers. If you're sending any
output to tbe browser, call the session_start() before that.
Another cause of this error is if you have any line breaks or spaces
before your <?php tags.
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello
> pls cheked this error and tell the solution as soon as possible
> Warning: session_start() [function.session-start]: Cannot send
session cache limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3
>
>
> Thank you.
>
>
>
>
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone
call rates.
>
> [Non-text portions of this message have been removed]
>
Hello Sir
I have this line before <? session_start(); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
so is they may be coused error.
Thank you.
Vinu Thomas <vinuthomas@...> wrote:
It looks like you've sent some output to the browser already. This
error occurs when PHP detects that some output has already gone to the
browser and it can't set the HTTP headers. If you're sending any
output to tbe browser, call the session_start() before that.
Another cause of this error is if you have any line breaks or spaces
before your <?php tags.
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello
> pls cheked this error and tell the solution as soon as possible
> Warning: session_start() [function.session-start]: Cannot send
session cache limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3
>
>
> Thank you.
>
>
>
>
> ---------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone
call rates.
>
> [Non-text portions of this message have been removed]
>
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]
That's right. You can move the line to after you've started the
session. That will fix your problem :)
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello Sir
> I have this line before <? session_start(); ?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> so is they may be coused error.
>
> Thank you.
>
> Vinu Thomas <vinuthomas@...> wrote:
It looks like you've sent some output to the browser
already. This
> error occurs when PHP detects that some output has already gone to the
> browser and it can't set the HTTP headers. If you're sending any
> output to tbe browser, call the session_start() before that.
>
> Another cause of this error is if you have any line breaks or spaces
> before your <?php tags.
>
> Regards,
> Vinu
Hi,
Use the ob_clear() in first line of register.php
ur problem will clear.
Regards,
Raja mohamed.S
pritesh loke <priteshloke@...> wrote:
Hello
pls cheked this error and tell the solution as soon as possible
Warning: session_start() [function.session-start]: Cannot send session cache
limiter - headers already sent (outputstarted at
E:\webs\test\project_zero\Register.php:2) in
E:\webs\test\project_zero\Register.php on line 3
Thank you.
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]
With Regards,
Raja Mohamed.S
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
Hello To all,
I am using linux redhat 9 . Can any body tell me good editor for
php,html, javascript which work on linux also. pls give me respone a.s.a.p.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
Hi,
Bluefish editor and Quanta Plus editors are useful. For me Bluefish
editor is the best.
And other editors are also available such as Nvu, gPHPEdit.
I heard that Eclipse and Zend studio is best but i had not used it.
Regards,
Shankhar
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello To all,
> I am using linux redhat 9 . Can any body tell me good
editor for php,html, javascript which work on linux also. pls give me
respone a.s.a.p.
>
>
>
> Thank you
>
>
>
>
>
> ---------------------------------
> Get your email and more, right on the new Yahoo.com
>
> [Non-text portions of this message have been removed]
>
hi
u can use "vi" editor for php or emacs in linux.
pritesh loke <priteshloke@...> wrote:
Hello To all,
I am using linux redhat 9 . Can any body tell me good editor for php,html,
javascript which work on linux also. pls give me respone a.s.a.p.
Thank you
---------------------------------
Get your email and more, right on the new Yahoo.com
[Non-text portions of this message have been removed]
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
[Non-text portions of this message have been removed]
hi
i am using fedora core 3...cananybody tell me the best editor for php...
thanks
"U.Shankar" <shank_001@...> wrote: Hi,
Bluefish editor and Quanta Plus editors are useful. For me Bluefish
editor is the best.
And other editors are also available such as Nvu, gPHPEdit.
I heard that Eclipse and Zend studio is best but i had not used it.
Regards,
Shankhar
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello To all,
> I am using linux redhat 9 . Can any body tell me good
editor for php,html, javascript which work on linux also. pls give me
respone a.s.a.p.
>
>
>
> Thank you
>
>
>
>
>
> ---------------------------------
> Get your email and more, right on the new Yahoo.com
>
> [Non-text portions of this message have been removed]
>
---------------------------------
Stay in the know. Pulse on the new Yahoo.com. Check it out.
[Non-text portions of this message have been removed]
PHP Eclipse is a very good option on the Linux platform:
http://sourceforge.net/projects/phpeclipse/
Regards,
Vinu
--- In bang-phpug@yahoogroups.com, pritesh loke <priteshloke@...> wrote:
>
> Hello To all,
> I am using linux redhat 9 . Can any body tell me good
editor for php,html, javascript which work on linux also. pls give me
respone a.s.a.p.
>
>
>
> Thank you
>
>
>
>
>
> ---------------------------------
> Get your email and more, right on the new Yahoo.com
>
> [Non-text portions of this message have been removed]
>
Hello
If any one uses cakephp i give me tutorials related topics or links.I
want information like cakephp is good php frameworke or not?
Thank you.
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min
with Yahoo! Messenger with Voice.
[Non-text portions of this message have been removed]
Hi Pritest,
Please refer the link http://manual.cakephp.org/
Regards,
Ansar Ahmed
pritesh loke <priteshloke@...> wrote:
Hello
If any one uses cakephp i give me tutorials related topics or links.I
want information like cakephp is good php frameworke or not?
Thank you.
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min
with Yahoo! Messenger with Voice.
[Non-text portions of this message have been removed]
---------------------------------
Here's a new way to find what you're looking for - Yahoo! Answers
Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it
NOW
[Non-text portions of this message have been removed]
hi all,
i wanna save data in table to display serach result and empty the data after the
serach result. but problem is that if more than one user perform searching then
it gives the error. plz suggest any method
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call rates.
[Non-text portions of this message have been removed]