Goto Page: 1, 2, 3, 4, 5, 6, 7, 8
Actual Results
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Ajax and PHP
- Subject: Ajax and PHP
- Replies: 3
- Views: 429
- Subject: Ajax and PHP
Posted: December 17th, 2008, 10:43 am
Is there anyway to make the above code work ?
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Ajax and PHP
- Subject: Ajax and PHP
- Replies: 3
- Views: 429
- Subject: Ajax and PHP
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...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Ajax and PHP
- Subject: Ajax and PHP
- Replies: 3
- Views: 429
- Subject: Ajax and PHP
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...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: System date
- Subject: System date
- Replies: 3
- Views: 252
- Subject: System date
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
There is an alternate way for this ie, js Calendar but I want to use my PC's calendar to retrieve the data
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: System date
- Subject: System date
- Replies: 3
- Views: 252
- Subject: System date
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.
How can I fetch the data from MYSQL db using local System date using JAVASCRIPT and PHP.
THX.
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: UTC to Store Date/Time Values
- Subject: UTC to Store Date/Time Values
- Replies: 1
- Views: 415
- Subject: UTC to Store Date/Time Values
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 ?
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 ?
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: CSV generation
- Subject: CSV generation
- Replies: 1
- Views: 271
- Subject: CSV generation
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 :
So when I parse the data, the CSV doesn't...
22 W 32nd St # 10, New York
- conn2prince
- Forum: Website Design Forum
- Topic: TABLE to DIV
- Subject: TABLE to DIV
- Replies: 7
- Views: 370
- Subject: TABLE to DIV
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...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Character Encoding
- Subject: Character Encoding
- Replies: 2
- Views: 184
- Subject: Character Encoding
Posted: March 15th, 2008, 10:59 pm
In the original language....
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Character Encoding
- Subject: Character Encoding
- Replies: 2
- Views: 184
- Subject: Character Encoding
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...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Array sorting
- Subject: Array sorting
- Replies: 2
- Views: 197
- Subject: Array sorting
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:...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Index in Database Table
- Subject: Index in Database Table
- Replies: 1
- Views: 176
- Subject: Index in Database Table
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
Are there any other indexes that would make the database table to perform better. Right now my db table contain only Primary Keys.
Thanks
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: error while sending mails
- Subject: error while sending mails
- Replies: 1
- Views: 476
- Subject: error while sending mails
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...
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: Create a Image gallery
- Subject: Create a Image gallery
- Replies: 2
- Views: 372
- Subject: Create a Image gallery
Posted: January 23rd, 2007, 11:13 pm
- conn2prince
- Forum: Programming / Scripting / Coding Forum
- Topic: page refresh
- Subject: page refresh
- Replies: 4
- Views: 413
- Subject: page refresh
Posted: December 7th, 2006, 12:59 pm
but it will keep on refreshing.....

