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...
126
Vinu Thomas
uglyftp
Aug 21, 2006 2:22 pm
Hi Lalit, The following link should show you how to do that: http://www.databasejournal.com/features/mysql/article.php/3469351 Regards, Vinu...
127
Vinu Thomas
uglyftp
Aug 21, 2006 2:32 pm
Hi, You could take a look at the following links which have tutorials with code examples from IBM: ...
128
pritesh loke
priteshloke
Aug 24, 2006 3:06 am
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!...
129
pritesh loke
priteshloke
Aug 24, 2006 6:57 am
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...
130
ansar ansar
ansarahmed_8
Aug 24, 2006 7:03 am
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...
131
ansar ansar
ansarahmed_8
Aug 24, 2006 9:55 am
Hi Pritesh, Check whether mysqli extension is enabled in php.ini file. Ansar Ahmed pritesh loke <priteshloke@...> wrote:...
132
pritesh loke
priteshloke
Aug 24, 2006 2:16 pm
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...
133
balachandar
mbchandar
Aug 25, 2006 12:44 pm
when is the next php meetup? if not planned, can we have at our office premises - SpikeSource Software Pvt Ltd....
134
Amit kumar
amit0710
Aug 26, 2006 5:53 am
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...
135
adarsh m
ad_acl
Aug 27, 2006 5:53 am
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...
136
Vinu Thomas
uglyftp
Aug 27, 2006 5:58 am
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...
137
pritesh loke
priteshloke
Aug 27, 2006 5:15 pm
Hello pls cheked this error and tell the solution as soon as possible Warning: session_start() [function.session-start]: Cannot send session cache limiter -...
138
Vinu Thomas
uglyftp
Aug 28, 2006 2:38 am
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...
139
pritesh loke
priteshloke
Aug 28, 2006 3:30 am
Hello Sir I have this line before <? session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
140
Vinu Thomas
uglyftp
Aug 28, 2006 8:46 am
That's right. You can move the line to after you've started the session. That will fix your problem :) Regards, Vinu ... ...
141
raja mohamed
md_libra81
Aug 28, 2006 12:55 pm
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...
142
pritesh loke
priteshloke
Aug 30, 2006 5:34 am
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. ...
143
U.Shankar
shank_001
Aug 30, 2006 10:20 am
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...
144
Vishwanath B
vishwanath_cse
Aug 30, 2006 10:21 am
hi u can use "vi" editor for php or emacs in linux. pritesh loke <priteshloke@...> wrote: Hello To all, I am using linux...
145
Vishwanath B
vishwanath_cse
Aug 30, 2006 10:46 am
hi i am using fedora core 3...cananybody tell me the best editor for php... thanks "U.Shankar" <shank_001@...> wrote:...
146
Vinu Thomas
uglyftp
Aug 30, 2006 10:55 am
PHP Eclipse is a very good option on the Linux platform: http://sourceforge.net/projects/phpeclipse/ Regards, Vinu ... editor for php,html, javascript which...
147
pritesh loke
priteshloke
Aug 31, 2006 10:42 am
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...
148
ansar ansar
ansarahmed_8
Aug 31, 2006 4:05 pm
Hi Pritest, Please refer the link http://manual.cakephp.org/ Regards, Ansar Ahmed pritesh loke <priteshloke@...> wrote:...
149
lalit kumar
lalit774
Aug 31, 2006 6:23 pm
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...
150
pritesh loke
priteshloke
Sep 2, 2006 4:31 am
Hello to all Can any body tell me how credit card shoopping we created in php.Like working on ebay.com.I want information like how we make this to get user...
151
ansar ansar
ansarahmed_8
Sep 2, 2006 6:26 am
Hi, You can find the class on net which validate the credit card before sending to payment gateway.For example number of digits in Visa,Master Card,American...
152
sathish kumar
sathish.sara...
Sep 4, 2006 7:50 am
Hi All, I am in need of receiving e-mails from using the PHP code.. How can I receive e-mails using PHP code.. please send me the sample code. if you know or...
153
Vinu Thomas
uglyftp
Sep 4, 2006 9:47 am
Hi Satish, Here's something to get you started. The following link shows you how to retreive emails using PHP and parse the email messages: ...
154
Srivathsa.V.
srivathsa_mp...
Sep 4, 2006 10:24 am
Hi Sathish: You can use PHP-Mailer. Its a wonderful solution to receive mail. You should have a SMTP mail. Regards, Srivathsa.V. sathish kumar...