Search Results

Showing results 1 to 40 of 149
Search took 0.01 seconds.
Search: Posts Made By: sarithak
Forum: PHP 9 Days Ago
Replies: 3
Views: 177
Posted By sarithak
Hi..

i m getting the message in Url...but i want to display as alert or any other place...
Forum: PHP 9 Days Ago
Replies: 3
Views: 177
Posted By sarithak
hi frnds...

i m using front end page is in HTML(contactus.html)... back end is in PHP page(contact_action.php)....

here i m trying to send mail to admin from user...After successfull completion...
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi Sir,

Sure...this is my last option...i need to raise a ticket to my hosting admin..
i m not going to extend this thread ...


Thanks Ur support....Keep it up..

Keep Smiling......
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
No..i m getting the same warning....


i tested the phpinfo(); in server...it doesn't take new values....it display old default values.....


Thanks a lot...u tried ur level best....thanks....
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi sir,

this time i used the below code....now code working fine in local host(after restarting the Apache)..but not in server...


set_time_limit(600);
$new_size = '50M';
$new_limit =...
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi Sir,

i don't know exactly about that error...
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi sir,

thanks 4 ur reply..

Still i got the same warning...this time i changed..

$new_size = '50M';
@ini_set('upload_max_filesize',$new_size);
$new_limit = '50M';
...
Forum: PHP 14 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
HI Sir,


this is my code...still i got the same warning....i tried to upload 7.9 MB..its uploaded...but for 8.3 MB..its not working...
$new_size = '100M';
$new_limit = '100M';
...
Forum: PHP 16 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi

this is my code...


error_reporting(E_ALL^E_NOTICE);
$new_size = '50M';
@ini_set('upload_max_filesize',$new_size);
$new_limit = '20Mb';
@ini_set('post_max_value',$new_limit);
Forum: PHP 16 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi,
still i m getting the same warning....
Forum: PHP 16 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi...

somebody help me regarding this warning....

the code runs some time..after some time it display warning...



is there any problem with execution time? ...
Forum: PHP 18 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi sir,,


after fix the @ini_set ,also i m getting the same warning...

Is there any other method to upload audio files?..because it takes around 4 to 5 mins...
Forum: PHP 18 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi sir,,


after fix the @ini_set ,also i m getting the same warning...
Forum: PHP 18 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi sir,

This time i m getting warning



i fixed the

$new_size = '20M';
Forum: PHP 18 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hey...

Thanks to all....once again thanks a lot...keep it up...
Forum: PHP 18 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi Network18,

You r correct..at that time it takes all types of files...k leave it...


I am having doubt on "upload_max_filesize" ..how can i change the values in php.ini file(which is located...
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
HI..

this is not same....by mistake i put the code as ( *.MP3)... basically i checked for (audio/mp3)...its not working when i put condition there...not only for MP3...
its not working for all...
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi...

this is my code...its working fine for all(including MP3)...but upto 5MB files only uploaded..8,9,11MB files are not uploaded..


$aid = mysql_real_escape_string($_POST['albumname']);...
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi ..


now i m trying for 5 mb MP3 file...its uploaded perfectly....So, the prob with file size...but in my php.ini



plz tell me wat i have to do...

Thanks a lot..
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi ..

I m sorry....

when i m write the if condition..its not working for all types..
if (($_FILES["tphoto"]["type"] == "audio/wma")){

with out condition it works fine except for MP3....
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
hi

//file type ..

i need to allow only MP3 FILES.....

Is there any other parameters change in PHP.INI??...
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
a
a
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi ,

Thanks 4 ur reply...

it works fine for all (images, WMA)....when i change the below code..

$_FILES['tphoto']['type'] == 'audio/wma' ....


prob only for MP3 files...
Forum: PHP 19 Days Ago
Replies: 39
Views: 1,187
Posted By sarithak
Hi frnds...


i m trying to upload mp3 file ..this is my code..




$tname = $_FILES["tphoto"]["name"];
$ttmp_name = $_FILES["tphoto"]["tmp_name"];
Forum: PHP 20 Days Ago
Replies: 2
Views: 151
Posted By sarithak
Hi frnds...

i m doing music portal. i need to upload Albums to FTP from admin side.Each Album having 5/6 audio files. Each song details should be saved in my DB also..plz give me some suggestions...
Forum: PHP 21 Days Ago
Replies: 0
Views: 139
Posted By sarithak
hi frnds...

i want the code for play audio files through my website..... alla audio files r placed in my server itself..how can i do this...

which player is the best one. how can i add the code...
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
k...

in my local system, i m using 5+ version....here i m getting local time(correct)...when i run the same code, i m getting wrong time(default time zone)..k


Thanks to all...

i ll try ...
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
Hi Cwarn,

Thanks...

by using ur code...still i m getting the default(different) time...

it displays ..i think its AM..

but, now my time is ...dont know wats wrong?
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
Hi jomanlk,

Thanks...



now. wat can i do....
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
hi ...

is there any way by using MYSQL , without using PHP....


date & time function using for just displaying time (using in insert query)..
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
hi ...

Thanks ...

i think the problem with my php version...

can u tell me php version takes from my local system or my server?...i dont know the server php version...

incase if i m using...
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
hey..
output:The Current Time Zone is P and Date is: Oct 30 2009 Time is: 12:46:56

but , current time is 01:14 pm;

i want indian timing zone..
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
in my system i m using php version ...5.3.0....

in php.ini..
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
hey...thank U...

this time i m getting error...

error:
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
Hi hemgoyal,

Thanks for ur reply..
here i m getting wrong time...now i m in INDIA..here present time is 11.26 am......but the code displays 04:25:59 PM...

i need indian time zone ..i m using...
Forum: PHP 24 Days Ago
Replies: 27
Views: 1,018
Posted By sarithak
Hi frnds...

i m using date time funtion in many ways..but i m not getting indian timings...plz tell me how can i exact indian timings...

i used all the below functions...



i need only for...
Forum: PHP 31 Days Ago
Replies: 8
Views: 270
Posted By sarithak
Hi Network...i got it...

Thanks...i mis used ur suggestion...

now ok..its working...
Thanks once again...
Forum: PHP 31 Days Ago
Replies: 8
Views: 270
Posted By sarithak
Hi ...

I already test mysql_real_escape_string($mcat)...but not working...
In my db th first letter if having "...
eg:

"hi" welcome...


but $mcat= 'hi';
Forum: PHP 31 Days Ago
Replies: 8
Views: 270
Posted By sarithak
Hi frnds...

here i m doing search for my website...




$mcat='abc';

$query="SELECT * FROM news WHERE topic LIKE '%$mcat%' ";
Forum: PHP 34 Days Ago
Replies: 10
Views: 529
Posted By sarithak
Hi...

here i m using same image for both static testing & dynamic...i.e JPEG.....
Showing results 1 to 40 of 149

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC