Search Results

Showing results 1 to 40 of 95
Search took 0.01 seconds.
Search: Posts Made By: rajeesh_rsn ; Forum: PHP and child forums
Forum: PHP 25 Days Ago
Replies: 1
Views: 270
Posted By rajeesh_rsn
Hai,
I had the following code to create an image verification in my php page. Everything working fine. But I need to increase the size of the font in this image.

Please help me
Thanks in...
Forum: PHP 26 Days Ago
Replies: 1
Views: 223
Posted By rajeesh_rsn
Hai,

I likes to know the exact process of php captcha verification. As best of my knowledge the process is as follows

1. First create a randon string
2. Create an image and write this string...
Forum: PHP 33 Days Ago
Replies: 3
Views: 250
Posted By rajeesh_rsn
Thank you for your kind reply. Let me go through your advices...

Once again Thanks
Rajeesh
Forum: PHP 34 Days Ago
Replies: 3
Views: 250
Posted By rajeesh_rsn
Hai friends I need a simple (?) advice in one of my web page.

I had developed a web application in one of its page there are many number of checkboxes. Users are need to select single or multiple...
Forum: PHP Nov 10th, 2009
Replies: 2
Views: 180
Posted By rajeesh_rsn
Thanks for your kind help... let me check ...

Once again thanks a lot

Regards
Rajeesh
Forum: PHP Nov 10th, 2009
Replies: 2
Views: 180
Posted By rajeesh_rsn
Hai,
I had developed a self forum ( not third party ) for my web site. Working fine... But now I need to filter some words while submitting the form. Ie If I need to filter the word "duck" in forum...
Forum: PHP Oct 1st, 2009
Replies: 1
Views: 404
Posted By rajeesh_rsn
Hai,

I am developing a web application for a video store. They need to publish their tailors through their web site. I have to develop a PHP application to upload video file. I did it and working...
Forum: PHP Sep 29th, 2009
Replies: 5
Views: 480
Posted By rajeesh_rsn
Hai,
Ya I am a php programmer and I know to make a login form
Please let me know further
Thanks
Rajeesh
Forum: PHP Sep 28th, 2009
Replies: 4
Views: 225
Posted By rajeesh_rsn
Thanks to all to the kind help
Forum: PHP Sep 28th, 2009
Replies: 4
Views: 225
Posted By rajeesh_rsn
Hai,

I had a php based website and my home page is index.php. In that index.php page I called an another page (inner.php) using iframe. And works fine. Now I had heared that goolge calculate...
Forum: PHP Sep 28th, 2009
Replies: 4
Views: 392
Posted By rajeesh_rsn
Thank you for your kind information
Forum: PHP Sep 27th, 2009
Replies: 5
Views: 480
Posted By rajeesh_rsn
Hai,

I had developed a web site. In that website I need to add a facility to check for the domain name availability. I am a PHP programmer. I need to check for .com, .net, .info, .co.in ...
Forum: PHP Sep 27th, 2009
Replies: 4
Views: 392
Posted By rajeesh_rsn
Thanks for your kind advice.
I solved the problem using Remote MySQL, as you said i just added my host name in to remote mysql like XXX.XX.XXX.%.

If you don't mind please let me know for what "%"...
Forum: PHP Sep 27th, 2009
Replies: 4
Views: 392
Posted By rajeesh_rsn
Hai friends,
I had a main web site and a number of 15 ( also increasing ) child websites. I had a master database in my main website. Now I need to connect main database from the child websites. I...
Forum: PHP Aug 8th, 2009
Replies: 2
Views: 895
Posted By rajeesh_rsn
Hai,

I had a small doubt in my php script.
I need to select 10 random numbers from a range ( for eg: 2-88) and stored it in an array.
For eg:
$number=rand(2,88);
This returns only one value...
Forum: PHP May 31st, 2009
Replies: 1
Views: 398
Posted By rajeesh_rsn
Hai
I had a mysql table and columns like name, address, phone, id.

I need to select only name of a specified id.

Now i am using this code:

$sel=mysql_query("SELECT * from profile where...
Forum: PHP Apr 23rd, 2009
Replies: 6
Views: 973
Posted By rajeesh_rsn
Thank you very much for the help......
I will get back you if I had any doubt
Forum: PHP Apr 18th, 2009
Replies: 6
Views: 973
Posted By rajeesh_rsn
Thanks for your support. If you dont mind please give me some more clue... How to do it with Session variables ? Thanks
Forum: PHP Apr 18th, 2009
Replies: 6
Views: 973
Posted By rajeesh_rsn
Hai I am developing a community website and peoples can create their profile and can add friends and all. But I need to show a notification if that visitor is online . Or show all visitors in online...
Forum: PHP Apr 15th, 2009
Replies: 3
Solved: Php query help
Views: 386
Posted By rajeesh_rsn
Ok Thankyou for your help.

My doubt is if location = any then we need to avoid location from query. And if gender= any then also we need to avoid that. I think we can use " if " statement if up to...
Forum: PHP Apr 15th, 2009
Replies: 3
Solved: Php query help
Views: 386
Posted By rajeesh_rsn
Hai I had a search script in my web page. There are two inputs

1. Type
2. Location ( list with values --> Any,India,China)
And location is not mandatory for search.

When user submit search...
Forum: PHP Apr 14th, 2009
Replies: 7
Views: 416
Posted By rajeesh_rsn
Thanks
If you dont mind will you give me some details of
array_map('mysql_real_escape_string',&$_POST);

Please
Forum: PHP Apr 14th, 2009
Replies: 7
Views: 416
Posted By rajeesh_rsn
Ok thank you for your reply.
I already disable escape character using the javascript in the form page. Is it enough ??

Please
Reply
Forum: PHP Apr 14th, 2009
Replies: 7
Views: 416
Posted By rajeesh_rsn
My code
$name=$_POST['name'];
$phone=$_POST['phone'];
$email=$_POST['email'];
$comments=$_POST['comments'];
$adv=$_POST['adv'];

mysql_connect("localhost", "username","password") or...
Forum: PHP Apr 14th, 2009
Replies: 7
Views: 416
Posted By rajeesh_rsn
I had a web site ( Real Estate) and visitor can add data. But I only need to add in site only after my approval. So I make a column in database that "approved". When an user submit data then Enter...
Forum: PHP Apr 11th, 2009
Replies: 1
Views: 1,274
Posted By rajeesh_rsn
Hi i had a php page which show thumbnail images from a database. I need to show enlarged image when mouse roll over to that thumbnail one. Pre-loading of all of that images is not possible ( it will...
Forum: PHP Apr 10th, 2009
Replies: 4
Views: 354
Posted By rajeesh_rsn
Thanks for your valuable supports

1000000 times thanks
Forum: PHP Apr 9th, 2009
Replies: 4
Views: 282
Posted By rajeesh_rsn
Hi I am a php programmer. I found in some sites hide their page type . For eg:

www.some.com/lal?some=some&somemore=somemore.

insted of

www.some.com/lal.php?some=some&somemore=somemore.
...
Forum: PHP Apr 9th, 2009
Replies: 4
Views: 354
Posted By rajeesh_rsn
Hi i know php and mysql little bit. I likes to create a online chat application. Please any one give me a right tutorial or chatting idea .

Please Help me
Thanks
Rajeesh
Forum: PHP Apr 7th, 2009
Replies: 1
Views: 978
Posted By rajeesh_rsn
Please any one give the idea of crop uploaded image using php

Please help
Thanks in advance
Rajeesh
Forum: PHP Apr 3rd, 2009
Replies: 9
Views: 647
Posted By rajeesh_rsn
working till the upload process. And no watermarking for gif file. No problem with JPEG/JPG
Thanks

code:

$ext = end(explode('.', $final_file));
if(strtolower($ext) == 'jpg' ||...
Forum: PHP Apr 3rd, 2009
Replies: 9
Views: 647
Posted By rajeesh_rsn
Forum: PHP Apr 3rd, 2009
Replies: 9
Views: 647
Posted By rajeesh_rsn
Please help me ... GIF doesnt working. JPEG Working well
Forum: PHP Apr 2nd, 2009
Replies: 9
Views: 647
Posted By rajeesh_rsn
Hi i wrote a code for image upload and watermarking. It is working fine in Jpg but not in gif.... The code is

$ext = end(explode('.', $final_file));
if($ext == 'jpg'){
$ext_new = 'jpeg';
}...
Forum: PHP Apr 1st, 2009
Replies: 2
Views: 525
Posted By rajeesh_rsn
Thankyou very much for your advise
Forum: PHP Apr 1st, 2009
Replies: 2
Views: 525
Posted By rajeesh_rsn
Hi i write a code for uploading images and re-size it in my site. I need to do a watermark in uploaded images. Please help me..

The code is as follows :

$finalfilename="share/".$final_file;...
Forum: PHP Mar 30th, 2009
Replies: 4
Views: 313
Posted By rajeesh_rsn
Thanks for your valuable reply... Works great for me .... Thanks.
Forum: PHP Mar 30th, 2009
Replies: 4
Views: 313
Posted By rajeesh_rsn
I need to delete a file using php function and then redirected the page to another one.

I tried with this code :
-----------------------------------------
delete("$file");
function...
Forum: PHP Mar 30th, 2009
Replies: 2
Views: 387
Posted By rajeesh_rsn
Hi is there is any other option to redirect a php page to other page.
Other than "header " ???

Thanks
Rajeesh
Forum: PHP Mar 30th, 2009
Replies: 4
Views: 253
Posted By rajeesh_rsn
I did the deleting code but some problem.
My code is like this

unlink("share/name of file1")
... file 4
then
header ("post.php"); // again page to upload ...

But not working saying Cant...
Showing results 1 to 40 of 95

 


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

©2003 - 2009 DaniWeb® LLC