I am not getting you what your suggetion is please clarify it....
541
Biranchi - The DON
afixibiranchi
Jun 1, 2007 11:35 am
Hi, "where" clause instead of "having" select id from sss where sum(amount)>3 Rem : having is used for group by clause !!! Bye... Pritesh Loke...
542
Ved Prakash
ved74
Jun 1, 2007 12:23 pm
Hi Bhavna, Perhaps this would solve your query. <SCRIPT language="JavaScript"> <!-- function startclock() { var thetime=new Date(); //var mins=new Date(); ...
543
guruj_r
Jun 2, 2007 11:06 am
Hi, Do any one know the reason why the session values is not passed to the next page... 1. I have the statement session_start(); at the begining of the page. ...
544
Pritesh Loke
priteshloke
Jun 2, 2007 4:12 pm
Hello To All I ma using fck aditor for my project to insert content using fck editor i used mysql_escape_string($_POST['fck_text39;]); after that i insert this...
545
Amit Ahuja
amit.ahuja79
Jun 2, 2007 4:27 pm
having clause can be used even without group by clause. however, to put to good practice always use where clause instead to having clause. amit ... From:...
546
Amit Ahuja
amit.ahuja79
Jun 3, 2007 5:42 am
its simple u just need to put stripslashes function while displaying the value "action" in this case e.g. echo stripslashes("action"); amit ... From: Pritesh...
547
sanyog_mishra
Jun 6, 2007 12:06 pm
hi all, i am new to PHP and writing a application for handling xml data. i am facing problem in handling the nested arrays returned as a result after parsing...
548
Pritesh Loke
priteshloke
Jun 6, 2007 2:56 pm
can you explaine in better way ......................... returing array as result in any function is simple sanyog_mishra <sanyog_mishra@...> wrote:...
549
Pritesh Loke
priteshloke
Jun 7, 2007 3:21 pm
Hello i get this error when i call simple function Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 35 bytes) in...
550
Pritesh Loke
priteshloke
Jun 11, 2007 2:47 am
Hello can any body editor like fckeditor which easy include in php pages and use. Thank you PML ... Be a better Heartthrob. Get better relationship answers...
551
Pritesh Loke
priteshloke
Jun 11, 2007 2:47 am
Hello i am using fck editor in my project i write this code include_once("FCKeditor/fckeditor.php"); $oFCKeditor1 = new FCKeditor(39;description1') ; ...
552
ansar ansar
ansarahmed_8
Jun 11, 2007 7:12 am
Hi Pritesh, Go through this tutorial it will help you. http://www.msbware.com/articles/php/integrating_fckeditor_with_your_mysql_database.html Regards, Ansar...
553
KARTHIKEYAN RANGASWAMY
karthikranga83
Jun 13, 2007 3:13 am
Hai Freinds, I am working on one advertisement website.There is module called pixel advertisement shortly called as pixel ads.In this user can select the...
554
Anees
anees_muhd
Jun 13, 2007 5:36 am
Hi Friends, I want to write a script that checks a particular site is UP or not if not it will display an error message to notifiy the site is down. Any Idea...
555
Vinu Thomas
uglyftp
Jun 13, 2007 5:58 am
Anees, Here's how the program would look: <?php // Your Domain to check $site = "www.vinuthomas.com"; // Port to check - Default port 80 for webserver // You...
556
Anees
anees_muhd
Jun 13, 2007 12:06 pm
Hi Vinu, Thanks for ur response!!! But Do u think it will work when the site resides on a static IP based server system structure? let me clear. wen i took...
557
Vinu Thomas
uglyftp
Jun 13, 2007 12:35 pm
Anees, Most web hosting is on static IP address. In any case, in the script if you don't have to put in the IP address. Just put in the domain name of your...
558
Jayasurian
jayasurian123
Jun 13, 2007 2:55 pm
hi Anees, why dont you use CURL ? Hit the url. Check the header response . Thats all :) jayasurian123... ... [Non-text portions of this message have been...
559
Pritesh Loke
priteshloke
Jun 14, 2007 10:08 am
Hello in my website contains customer banner for that i have to create the on javascript which can rotate banner dynamically and we can put that script at any...
560
Binoy
binoyav_kvr
Jun 14, 2007 10:53 am
TinyMCE is a good Editor. http://tinymce.moxiecode.com/ ... pages and use. ... who knows....
561
Binoy
binoyav_kvr
Jun 14, 2007 11:37 am
Hi, Anybody knows any command line tool (I will pass the neccessary parameters from my php file) that will convert video files (wmv, mpeg etc) into flash ? For...
562
Sateesh SV
sateeshsv
Jun 15, 2007 5:55 am
Dear binoy, Use ffmpeg for converting video to flv(flash) files. ffmpeg is the best open source command line tool for video conversion. Regards, Sateesh ... ...
563
Anees
anees_muhd
Jun 15, 2007 5:56 am
hi leulogy,Jayasurian ,Vinu thanks for ur help i think i can find a good and proper solution from ur ideas thanks for ur help Anees Muhammed ... From: leulogy...
564
Santhosh Nair
santhosh_nr00
Jun 15, 2007 5:56 am
Hi Binoy for video conversion , use ffmpeg u will get ffmpeg.exe file from the command line u can do the conversion like ffmpeg -i inputfile outputfile ...
565
Binoy
binoyav_kvr
Jun 15, 2007 12:44 pm
Thanks for the help.. ... inputfile outputfile ... Yahoo! FareChase....
566
Pritesh Loke
priteshloke
Jun 18, 2007 4:14 am
Hello pls checked this link http://onlinexcasinos.com/ponline/admin/fck.php i try to put fck editor but they show me this can any body tell me the problem ? ...
567
Amit Rana
amitrana77
Jun 18, 2007 4:29 am
I will not support this strategy, assuming you will be checking every 5 mins you do not want to end up eating so much bandwidth and add to server traffic. You...
568
Amit Rana
amitrana77
Jun 18, 2007 8:19 am
Yes, this is another good idea. There are other things you need to keep in mind when checking for website's health for eg. db is up or not, if db is up is it ...
569
Anees
anees_muhd
Jun 18, 2007 8:20 am
hi Amith please let me know how i can do the same with HEAD. Anees Muhammed ... From: Amit Rana <amitrana77@...> To: bang-phpug@yahoogroups.com Sent:...