Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #1K
~12.2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for gagan22

Hi All, When I was testing my site in mozilla I got the following issue I am setting session variable in my login1.php file and accessing it in hoa.php file. this process is working properly in IE but in MOZILLA I am not able to get the value of session. …

Member Avatar for lieky
0
1K
Member Avatar for nil_gh_80

I want to run video files in browser ............... which format will be suitible for it.. and how to do this using HTML & PHP... Need help.......

Member Avatar for amit.singh9
0
1K
Member Avatar for ditty

i have a long string which contains a url. I want to extract that url from that particular string. Please help me.

Member Avatar for edussooriya
0
375
Member Avatar for ahmksssv

Hi frnds.... i need Javascript Validations...these validations by using [B]onchange or onblur[/B] events..i mean when focus out from a textbox or any field then immediatley shows the error msg and focus will be at error field(not after submitting the form)..i want error immediatley focus out from the field...plz provide 4 …

Member Avatar for Sam_john_2010
0
111
Member Avatar for ahmksssv

hi, how can i access the .htaccess file. i have been created a .htaccess file and write the code wat i want. this is working fine when i should type url with correct formate which i mention in the .htaccess file. i want to redirect page automatically.. plz give me …

Member Avatar for maba001
0
142
Member Avatar for LTT

Ive been looking around and havent been able to find anything like this yet.. I am new to mySQL. Im looking for a function like the "where" function of a query string.. but insted of it being exact i would like to select "where" datafield "contains" text.. example.. item is …

Member Avatar for Molech
0
808
Member Avatar for ahmksssv

hi frnds... i need to find the users visiting page in my website? basically i m doing project on Music player...i need to find user listening which movie songs ? give me some suggestions plz....how to do that?

Member Avatar for network18
0
60
Member Avatar for ahmksssv

hi frnd... i want to remove/disable ADDRESS BAR from the new pop up window... now i m using this code....its working only for IE6..... [CODE]window.open(url ,'title', 'location=1,menubar=no,resizable=no,scrollbars=no,status=no ,toolbar=no,width=300,height=200')[/CODE] Also i want to remove expand button in browser...plz tell me how can i do it... Thanks in advance...

Member Avatar for Atli
0
977
Member Avatar for ahmksssv

Hi, now i m working for musical website... here my problem is how can i create a playlist and how to pass the selected songs to my player.... i dont have any idea regarding this.. plz give me JAVASCRIPT, php code ... plz give me some suggestions...sorry for asking code..but …

Member Avatar for ahmksssv
0
203
Member Avatar for ahmksssv

Hi frnds... here i am getting some error...plz check this one... these are the two files regarding my code...[B] thumbnail.php[/B] [CODE]<?php class thumbnail { var $img; function thumbnail($imgfile) { //detect image format $this->img["format"]=ereg_replace(".*\.(.*)$","\\1",$imgfile); $this->img["format"]=strtoupper($this->img["format"]); if (strtoupper($this->img["format"])=="JPG" || strtoupper($this->img["format"])=="JPEG") { //JPEG $this->img["format"]="JPEG"; $this->img["src"] = imagecreatefromjpeg($imgfile); } elseif ($this->img["format"]=="PNG") { //PNG $this->img["format"]="PNG"; …

Member Avatar for Josh Connerty
0
434
Member Avatar for ahmksssv

Hi frnds... here i am confusing a lot..lot...from last 4 days i am struggling here...plz solve this problem aeap with patience.... This is my code for uploading images to my folder and db table...now, all images are blur at my user side...so, i need to create THUMBNAIL images for every …

Member Avatar for burgercho
0
105
Member Avatar for ahmksssv

Hi frnds... i have some problem regarding uploading a s/w when hosting a website... here i am doing project like stock market news...in this i had a software for updating share prices per every seconds.... where and how can i install software on my hosting panel?

Member Avatar for BzzBee
0
98
Member Avatar for ahmksssv

hi frnds... i want to know something about php.ini.. what r the regular changes in this file..and functions regarding that changes..plz provide interview tips regarding [B].htacess file and php.ini [/B]file thanks...

Member Avatar for cwarn23
0
80
Member Avatar for ahmksssv

Hi frnds... i am trying to know something about Url Rewriting..here i need to load [B]mod_rewrite[/B] module...where can i get this.. In this i saw a point as Open the [B]httpd.conf[/B] file and uncomment the following lines (remove the trailing #s): [CODE]#LoadModule rewrite_module modules/mod_rewrite.so #AddModule mod_rewrite.c[/CODE]... But in my http.conf …

Member Avatar for Airshow
0
55
Member Avatar for jayb

hello everyone , I am beginner in PHP, I have a problem , I have a login page (login.php), where user can enter some necessary information ,after submiting ...it goes to another php page(submit.php) and do something there , ... however on that submit.php it perform some business logic validation …

Member Avatar for cwarn23
0
106
Member Avatar for jayb

hello everyone , I am beginner in PHP, I have a problem , I have a login page (login.php), where user can enter some necessary information ,after submiting ...it goes to another php page(submit.php) and do something there , ... however on that submit.php it perform some business logic validation …

Member Avatar for ahmksssv
0
66
Member Avatar for prawin@123

Hi a new bee to php, Can any one help me, i AM creating a login form which consists of name address and email id , what is the problem i have here is when entering datas into address field , it throws error as [ICODE]errorYou have an error in …

Member Avatar for prawin@123
0
106
Member Avatar for nmakkena

My system is a stand alone system, I want to connect to MYSQL using PHP, I am giving hostname as localhost, and the needed username and passoword. In the browser i am getting Internal server error 500. Any sort of help much appreciated, Thank you

Member Avatar for nav33n
0
136
Member Avatar for madristaa

Hello friends i need help with onclick and onsubmit events At the bottom of my page I have two button 1)save 2)submit. When the user click on save button it will go to save_button.php page When the user click on submit button it will go to submit_button.php but It will …

Member Avatar for samarudge
0
358
Member Avatar for ruwanaru

Pleas help me on this i am a new one for php and i want to upload a picture to database can u plz help me to do this ................ thanx.............

Member Avatar for ruwanaru
0
214
Member Avatar for prawin@123

Hi can any one Fix this problem, I am Uploading images to a folder , There i displays images but unfortunately display only the file name and not the image can any help me, BELOW IS THE CODE [CODE][LIST=1] [*]<?php [*] include 'dbcon.php'; [*]?> [*]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 …

Member Avatar for nav33n
0
153
Member Avatar for kevin wood

i am trying to get this code to work but there is something wrong with the array (not to good at these). the main part of the code works it is sending out the email but only ever to one registered user. here is the code i have so far. …

Member Avatar for nav33n
0
1K
Member Avatar for prawin@123

Hi i am new to php, can any of u help me, I am storing details such as name , address, email id, phone no, fax no and all. and i am creating edit form to edit those details , i am returns almost all values except address and select …

Member Avatar for prawin@123
0
103
Member Avatar for babyfrostie

hello, how can I display a data (ex. course) in a drop-down list whenever I add a data? thanks!

Member Avatar for ahmksssv
0
95
Member Avatar for Bob Arctor

Hello, I have this snippet of code to echo out the "mailer_id" with the largest value - [CODE]<?php $result = mysql_query('SELECT MAX(mailer_id) FROM mailer_directory')or exit(mysql_error()); echo 'the max mailer_id is ' . mysql_result($result, 0); ?>[/CODE] My question is how do I echo out the corresponding email value for that field …

Member Avatar for Bob Arctor
0
107
Member Avatar for johnkhan

I'm not very good at MySQL stuff, so I need a little help with a problem I'm having. I'm trying to make a script that will open up a text file and print the contents of the list onto the screen. Additionally I wanted the contents of the file (a.k.a. …

Member Avatar for ahmksssv
0
86
Member Avatar for rohnni

hi i design a php event calendar but it showing some error, anyone check it plz.. Parse error: syntax error, unexpected T_ELSE in W:\www\Calendar-php\admin\calAdd.php on line 149 [code=php]<html> <head> <title>Calendar: Add</title> <META HTTP-EQUIV="refresh" content="1;URL=../calendar.php"> <LINK rel="stylesheet" type="text/css" name="style" href="../calendar.css"> </head> <body bgcolor="#FFFFFF" text="#000000"> <?php //returns highest key in the database …

Member Avatar for peter_budo
0
187
Member Avatar for ahmksssv

Hi ... i need to inserting around 20 values...which method is best in ajax post or get..i dont know abt ajax..plz send me ajax registration or small form (which having inserting records into db) ...i can learn by using this.... Thank u..

Member Avatar for fskreuz
0
212
Member Avatar for aamresh1

We have integrated Paypal with our application and everything is working perfectly. But after the transaction is completed and successful we need that it should redirect to our application again. But its not happening. We have turned on the auto return option in the paypal too but its still not …

Member Avatar for somedude3488
0
111
Member Avatar for OmniX

Is it possible to retrieve the number that the error line of code is on? Closest I have come to is mysql_error() but that does not tell me the correct number the line of code is on just like line 1 and it isnt? Line of Code: In your text …

Member Avatar for ahmksssv
0
114