Search found 119 matches

Actual Results

Post Posted: December 17th, 2008, 10:43 am

Is there anyway to make the above code work ?

Post Posted: October 26th, 2008, 10:46 pm

html code : [code] <script> function fun_chk(cname) { var httpxml; try { // Firefox, Opera 8.0+, Safari httpxml=new XMLHttpRequest(); } catch (e) { // Internet Explorer try { httpxml=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { httpxml=new ActiveXObject("Microsoft.XM...

Post Posted: October 26th, 2008, 9:38 am

Hey guyz, I got the following checkbox group: [code] <input id="chk[0]" name="chk[0]" value="Sam" onclick="fun_chk(this.value)" type="checkbox"/>Sam <input id="chk[1]" name="chk[1]" value="Joe" onclick="fun...

Post Posted: October 19th, 2008, 10:17 pm

Javascript code should detect the local user's system date and pass to PHP which will form a query for the db table which has 2 columns - USER ID and DATE.

There is an alternate way for this ie, js Calendar but I want to use my PC's calendar to retrieve the data

Post Posted: October 18th, 2008, 4:43 am

Hey guys.

How can I fetch the data from MYSQL db using local System date using JAVASCRIPT and PHP.

THX.

Post Posted: September 17th, 2008, 10:17 pm

Hey,

I have found an article when I searched regarding UTC to Store Date/Time Values.

http://aspnet.4guysfromrolla.com/articles/081507-1.aspx

Is there anyone who had implemented similar one with PHP and MYSQL ?

Post Posted: August 28th, 2008, 12:49 pm

Hey, I got an issue in generating CSV. I have Name,Age,Address in my DB which am gonna create CSV using PHP. But I got a problem while handling the address field. My DB table field have the following data as address :
Code: [ Download ] [ Select ]
22 W 32nd St # 10, New York
So when I parse the data, the CSV doesn't...

Post Posted: May 16th, 2008, 1:37 am

Hi, I need to convert the following code to DIV (with <ul><li>).Please do attach the css with replies. [code] <TABLE WIDTH=998 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD><IMG SRC="images/_topmenu_01.gif" WIDTH=110 HEIGHT=13 ALT=""></TD&g...

Post Posted: March 15th, 2008, 10:59 pm

In the original language....

Post Posted: March 15th, 2008, 1:47 am

hi I am fetching a news feed from a non-english website to display news in my website. In my browser, am able to see the source RSS feed in non-english language. But after parsing the feed and tried to output the news, its not showing in the original language. I can only see encoded characters :( Wh...

Post Posted: March 14th, 2008, 7:03 am

Hi, How can we sort(both ASC and DESC) the following Date/Time array ? [code] $arr[] = array( "Tue, 26 Oct 2004 14:01:01 -0500", "Tue, 26 Oct 2004 14:03:25 -0500", "Tue, 26 Oct 2004 14:06:44 -0500", "Fri, 14 Mar 2008 11:52:00 +0200", "Fri, 14 Mar 2008 09:...

Post Posted: February 27th, 2008, 4:15 am

Hi

Are there any other indexes that would make the database table to perform better. Right now my db table contain only Primary Keys.

Thanks

Post Posted: December 24th, 2007, 9:59 pm

Am getting the following error while sending mails from my server using php. How can I rectify it :?: [code]Warning: mail() [function.mail]: SMTP server response: 503 This mail server requires authentication when attempting to send to a non-local e-mail address. P...

Post Posted: January 23rd, 2007, 11:13 pm

how can we create an iamge galllery like the following one using PHP :

Code: [ Download ] [ Select ]
http://alexandru.titeu.com/photos.php?spgmspgmGal=Alex/1998_to_2000

Post Posted: December 7th, 2006, 12:59 pm

but it will keep on refreshing.....
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.