Search found 12 matches

by urooj786
Thu Nov 12, 2009 2:07 am
Forum: Job Hunt
Topic: 9months exp in php.mysql programming,javascript,ajax,html et
Replies: 1
Views: 739

9months exp in php.mysql programming,javascript,ajax,html et

I m a php/mysql programmer, currently i am working in a web development company in lucknow
further i want to upgrade my skills to be associated with an individuals....
by urooj786
Thu Nov 12, 2009 1:41 am
Forum: PHP - Code
Topic: Exporting mysql database records to txt file
Replies: 1
Views: 146

Exporting mysql database records to txt file

I have a database in mysql and in it a table named emaillist there are lots of email are there , i want to export them
in a txt file using PHP. can anyone help me out????
:x
by urooj786
Wed Nov 11, 2009 2:11 am
Forum: Javascript
Topic: newbie: isNaN
Replies: 1
Views: 485

Re: newbie: isNaN

isNaN function is used only to check that entered value is a numericor not......
by urooj786
Tue Nov 10, 2009 6:00 am
Forum: Databases
Topic: Database design question
Replies: 2
Views: 440

Re: Database design question

u will have to design db according to the basic design db anamolies..like to which u give primary key
..etc, for t-shirt make tshrt_type feild and rest u will do easily
by urooj786
Tue Nov 10, 2009 5:25 am
Forum: PHP - Code
Topic: Hi php ajax pagination
Replies: 2
Views: 116

Re: Hi php ajax pagination

plz first use simple pagination..
by urooj786
Tue Nov 10, 2009 4:44 am
Forum: PHP - Code
Topic: downloading files with PHP
Replies: 1
Views: 80

downloading files with PHP

I have uploaded files with move_uploaded_file(); function in a folder named upload and now i want to download it in a specified folder how i do this plz suggests me????
:oops:
by urooj786
Tue Nov 10, 2009 3:49 am
Forum: PHP - Code
Topic: php.ini settings not taking effect
Replies: 10
Views: 667

Re: max_execution_time

use this function---

set_time_limit(200);
by urooj786
Tue Nov 10, 2009 3:46 am
Forum: PHP - Code
Topic: showing part of textbox value in other textbox
Replies: 0
Views: 64

showing part of textbox value in other textbox

i have two textboxes first one is for entering email address and my problem is that
when i write email on first textbox i want that the part before @ is get displayed in second textbox
ajax can be used... :cry:
by urooj786
Tue Nov 10, 2009 3:26 am
Forum: PHP - Code
Topic: How to fetch php tag embeded code from database?
Replies: 6
Views: 106

Re: How to fetch php tag embeded code from database?

include page as

<? include "xxx.php"; ?>

:)
by urooj786
Tue Nov 10, 2009 2:19 am
Forum: PHP - Code
Topic: How to fetch php tag embeded code from database?
Replies: 6
Views: 106

Re: How to fetch php tag embeded code from database?

on which variable u stored fetch result display with field name it 'll show easily $r=mysql_query("select from table_name"); while($rr=mysql_fetch_array($r)) { echo $rr[0]; echo $rr[1]; } OR $r=mysql_query("select from table_name"); while($rr=mysql_fetch_array($r)) { echo $rr['fi...
by urooj786
Tue Nov 10, 2009 12:04 am
Forum: PHP - Code
Topic: SMS API
Replies: 0
Views: 64

SMS API

I want to add sms api in my website how its possible??