Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Endorsement
Ranked #888
Ranked #914
~58.7K People Reached
About Me

Professional Info: Developer with 2 years of Experience. Mainly a web developer with experiience in PHP Freelancing, MySQL Databases.. Some hands on work in ASP-MSAccess-MSSQL Also tried hands on .Net and Java. Personal Info: Lives in Delhi, India..…

Interests
mOvIeS, Mu$iC, Hanging OuT with Pals, And my work is my hobby...
PC Specs
Acer Laptop with 1.83 MHz Core2Duo Processor, 2GB RAM, 160GB Hard Disk, 15.4" Wide Screen,…
Favorite Tags
Member Avatar for mrcniceguy

Is there anyone who can explain to me how can i store image in a folder to the server then the path to mysql. i dont know even how to get started,i will appreciate for your help. Or links where i can find the tutorials.

Member Avatar for yanmyoe
0
5K
Member Avatar for sarithak

hi frnds, i am doing a project related to food items.. here i took different categories like restaurants,pubs,foodfestivals,hangouts... and also i took diffrent tables for each category in database.. each table having area,rname...now i need to search what ever user typed in textbox(area,rname) from database. plz give any suggestions asap..

Member Avatar for Bachu
0
116
Member Avatar for j-e

Hi, Just started picking up on PHP (from asp)... Going well. Like php a lot... except for........ My code is below... if someone can please help me get ALL the data from the $POST["catlist"] I would appreciate it. Firstly: To ensure all the contents of "catlist" are selected, chuck this …

Member Avatar for codeintel
0
11K
Member Avatar for NeoNe

Hi to everyone I’m wondering how to make some simple checkbox for multiple data delete from mysql I found some tutorial on net but don’t work. I tested it without changing anything and doesn’t work. I’m wondering did programmer test it before he posted that tutorial ? Here is a …

Member Avatar for sammry
0
840
Member Avatar for theighost

Hi, I have this strange problem, I select some data from the database, there is no problem in the query and even when I use mysql_num_rows on the query it gives me the right number of entries in the table I'm selecting from, but when I try to echo every …

Member Avatar for pritaeas
0
4K
Member Avatar for samrodrick

A cookie is a flat file that stores tiny bits of information. It is stored on the client’s machine and is passed to the client when they visit your site. Each cookie can store anything from usernames to number of visits to a site. This tutorial will teach you how …

Member Avatar for diafol
-1
210
Member Avatar for marcmm

I've got a simple question: how can I make an onclick return confirm event work inside PHP tags. [code] <HTML> <BODY> <a href="delete.php" OnClick="return confirm('blah blah');"> Click here </a> <?PHP ECHO "<a href='delete.php' OnClick='return confirm('blah blah');'> Click here </a>"; ?> </BODY> </HTML> [/code] the first link is a simple html …

Member Avatar for akmotta
0
13K
Member Avatar for xarz

I don't know how to explain this correctly but just some sample for you guys so that you can really get what Im trying to say. Today is November 28, 2008 3 days from now is December 1,2008 Im looking for a php code, which can give me the exact …

Member Avatar for chetan.akarte
0
154
Member Avatar for Shanti C

Im shanti.. I am developing one dynamic site , here my product display page is like products.php?prod_id=1 It means the products under first category are displayed.. but i want my url like products/categoryname.html..something like this, with my category name...which will spiderable format.. Please help me to do this... All helps …

Member Avatar for ultras1
0
396
Member Avatar for innocent.boys

i m new to php.. i have seen in many php sites...!! if jump from one page to another... it does shows the page name..!! URL remains at Index page..!! Only page changes..!! as i work..!! if i jump from one page to another..! Url also changes from page to …

Member Avatar for edwinhermann
0
3K
Member Avatar for sikka_varun

Hi, I have a requirement where i have a windows server with IIS and PHP 5. My PHP script creates a file and windows OS is not allowing me to create a file using fopen function. It gives Permission Denied error. Can anyone give an idea where i can internally …

Member Avatar for mehrana
0
136
Member Avatar for BabyEyes

Hi everyone i really need help ASAP .I need to read from the file which saved the result of a survey and make a chart on the answers. i have 5 questions and the values are 1, 2, 3 .how can i make the readin from the file and making …

Member Avatar for Menster
0
168
Member Avatar for php_noob

Guys, I need Help in making PHP APACHE and MS SQL SERVER 2000 to run. I search a lot but still can not get the logic behind it. All that I understand is that I need to configure something in the PHP INI. Is it possible in XAMPP? or I …

Member Avatar for php_noob
0
294
Member Avatar for punithapary

hi, I am creating code for registration form with description field and then i am trying to display all vales using table fields i gave td width as 50 wen i am displaying description if its having huge content its not taking limit its gets expanded but i want like …

Member Avatar for ryuslash
0
209
Member Avatar for nrbsneil

Hi guys, This may seem a little simple, but I'm new to html/php programming so here goes I have a listbox with six items on my page. I would like to call a different php file depending on what option was selected psudo code would be if selection = 1 …

Member Avatar for nrbsneil
0
169
Member Avatar for NoID

Hello Guys, I would like to know if its possible or not, where i can have a text box which when i enter the ID and press submit it gets the email matching that ID. and sends an email, please note that i know how to send email, i just …

Member Avatar for sikka_varun
0
122
Member Avatar for codemaker

I have an html page. when you click a button, an AJAX function will call a php page (like register.php). That page contains a form. the URL is index.html and doesn't change to register.php because I called the PHP page through AJAX Now that problem is: when I click the …

Member Avatar for codemaker
0
117
Member Avatar for NoID

Hello Guys, I am not really sure how to ask this, but i will try my best, as much help will be apericiated. I have a saved.php page which echos all saved data that i have filled inluding customer email. I then want a email.php to have echoing all emails …

Member Avatar for NoID
0
111
Member Avatar for OmniX

This does not need to be done using PHP but I cannot think of anything else that would make this possible unless manual labor as such(disecting the image and reconstructing it piece by piece)? How would this be done using PHP or any other technology? THanks, Regards X

Member Avatar for sikka_varun
0
98
Member Avatar for rakeshkn123

Friends Good Afternoon, Friends i not used Wamp any time and now i am trying to use the wamp server iam getting the projects in the wamp but how to use mysql in that i am not getting can any one please help me in getting that iam not getting …

Member Avatar for diafol
0
136
Member Avatar for veledrom

Hi, Let's say i have a form in [url]www.111.com/form.html[/url] where user can submit name and surname with POST action. Can we send the POST data (name and surname) from [url]www.111.com/form.html[/url] to [url]www.222.com/process.php[/url] to be processed? Thanks

Member Avatar for veledrom
0
1K
Member Avatar for yanti

hi guys, just want to know how to do alert via email when a new record updated in database. i use php and mySql. thanks.

Member Avatar for MayaLocke
0
115
Member Avatar for 1baxter1

Hi Ive wrote a upload script for a photo website im making and ive cam across a unusual problem. The script inserts all the values into the databse correctly and displays "file upload successfull" but the photos are not copying onto the server. any help will be appreciated, thank you! …

Member Avatar for 1baxter1
0
106
Member Avatar for prawin@123

Hi Can any One Help me in Sending e mail . I am creating code for Forget password where iam sending the password to those eho forget based on their Email iD. It Partially works but Sends Error as [QUOTE]Cannot send password to your e-mail address ie error 3 [/QUOTE] …

Member Avatar for prawin@123
0
91
Member Avatar for lildaddyha

Hello, I have a login/registration script thats altered to correspond with my database. It includes the login, logout, change password, email validation, etc. I have it setup pretty well however, when I hit submit, the information doesn't go into my database. I get the error message "Data Missing" which comes …

Member Avatar for lildaddyha
0
186
Member Avatar for sikka_varun

Hi All, I have a PHP Application and a folder in that say, online_training. Now i want this online_training to be secured.. It contains some pdf and swf files... I am using databases and PHP Sessions for user validation but i can still directly access my pdf files without logging …

Member Avatar for digital-ether
0
135
Member Avatar for dewhickey

Using PHP, I have a button to delete the current record from the database. This takes the user to a confirm delete page. When the user confirms the delete, I want the record to be deleted from the table and also moved to another table that functions as an archive …

Member Avatar for almostbob
0
5K
Member Avatar for emclinux

I have a PHP/MySQL app that when a user enters a description of there club that it reports back on a group page. When a user enters there information the line breaks are removed and all becomes one long string. Is there anyway that I can keep there line breaks? …

Member Avatar for emclinux
0
161
Member Avatar for khr2003

Hello every one I have a forum written in php language. What I want is to display all the comments made by one user on a certain topic. The database had two tables "forum" and "comment". Forum table is structured as follows: id cat_id title date_time userid name post allow …

Member Avatar for mschroeder
0
282
Member Avatar for rajesh.bl

Hi All, I am using the following code for form validation but i am getting an error saying that unexpected T_variable in line [code=php]<?php include("menu.inc"); include("tiki-setup.php"); ?> <div id="centerContent"> <p class="first-letter">Please fill the following form in for any enquiries that you may have:</p> <p> <?php // if the form has …

Member Avatar for rajesh.bl
0
192