Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #18.7K
Ranked #4K
~22.2K People Reached
About Me

Hi I am intrested in php, mysql, ajax and jquery.
Having knowledge of PHP, MYSQL, Ajax, Jquery, Mootools, javascript, C, C++, ASP, ASP.NET, Visual Basic and like web programming. Can do graphics design but not so good still happy for my own design.

Interests
Programming, Web Designing and research about web programming.
PC Specs
Hi well computer for programming.
Favorite Forums
Favorite Tags
Member Avatar for ayesha789

Hi, I am using XAMPP for developing my Inventory management system. I have stored the XAMPP in Drive C in Windows. But there is a risk if windows corrupt I will lose all my data , So I want to save the XAMPP in Drive D and acces all the …

Member Avatar for mukul127
0
21K
Member Avatar for 6pandn21

Hello everyone! I am currently going to build a simple booking website for a restaurant using PHP which will have two major functionality. One will be to book for seats and other to possibly let people order takeaways. Now that will be the front end of the system. But I …

Member Avatar for Stefano Mtangoo
0
125
Member Avatar for vtek

From what I can gather on the internet this is a fairly easy piece of PHP script but success is eluding me. Maybe im missing something really small like punctuation or an uppercase letter or maybe its something else. Im wondering would it be possible that theres conflict between java …

Member Avatar for jagadishwor
0
102
Member Avatar for windinair

hello, am new to this site and i know very well that i have so much to learn about php. actually, i need a php script that can email username and password to a private email. although, i have one but it doesnt have the lines that can email the …

Member Avatar for sajif
0
111
Member Avatar for jyotiu

Hi All, First of all i'll tell you what i m doing .... I ve a blog at [url]http://myblog.blogspot.com/[/url] ... now ... i am going to make simple website for myself and i want my blog to open inside my website .... i tried using [code=php] <?php $remote = fopen("http://myblog.blogspot.com/", …

Member Avatar for scottlpool2003
0
128
Member Avatar for sarithak

Hi frnds.... i have a problem with input string spelling... Ex: $input_string= "amiricaa"; $db_string="America"; when i am searching for amiricaa , than i need to get related words...like America... how can i do with mysql query ....

Member Avatar for nav33n
0
94
Member Avatar for sureronald

I am working on a web application and I would like to combine java script and php. I am using the window.confirm() function which gives a user an option to choose either yes or no. I am actually using this feature to end a users session so if user clicks …

Member Avatar for diafol
0
95
Member Avatar for naju

i got a problem wiht path for userfileupload for fckeditor in cakePHP i used in config.php of fckeditor as $Config['UserFilesPath'] = '/tours/app/webroot/files/images' ; for my localhost with xampp but it is not working for uploading the files with fckeditor it says '/tours/app/webroot/index.php/images' cannot be created. i think its a problem …

Member Avatar for diafol
0
106
Member Avatar for nawabsheriff

<?php $conn = new mysql('localhost', 'root', 'adm1ns'); $sq1 ="INSERT INTO data VALUES(?,?,?); $stmt = $conn->stmt_init(); $stmt->prepare($sql); $stmt->bind_param("sss",$instance,$instance,$instance); $stmt->execute(); $stmt->fetch(); ?> i use this code to store the data in mysql given by user... in sixth line i am getting a error "unexpected T_STRING" i cant cant this error pls help …

Member Avatar for nawabsheriff
0
147