Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~19.5K People Reached
Favorite Forums
Favorite Tags

24 Posted Topics

Member Avatar for sainigks

hello, i want to make a script in php that identify the pc. actually i want to make a script like antivirus software which can only install at one pc. if we want to install it on other pc it cant. and also if we install it on same pc …

Member Avatar for pritaeas
0
576
Member Avatar for sainigks

Hello every one, i want to make a programme that read data from .xls file. a sql table will create on the basis of top row of the xls file, and rest rows will treated as data and inserted into the table. actually i am working for a office, their …

Member Avatar for pritaeas
0
237
Member Avatar for sainigks

hello every one i have created a code to create html table from php. simply user enter column and row no. and submit. this data will create a table for the same. now i want to put some names with this table. like each table column have a name from …

Member Avatar for whiteyoh
0
6K
Member Avatar for sainigks

Hello Friends, i have created a page, here a sql query retrieve students name from database and put these values in drop down options. now i want, i select a value from drop down and send it ot another page. but it is not working. on my next page nothing …

Member Avatar for Biiim
0
183
Member Avatar for sainigks

Hi every one, i am making a database table which count how much times page reloaded. i have create a variable in session and assign it a value "0"; now i want when page reloaded this value of session variable will increase with 1. how can i do this. please …

Member Avatar for DariusG
0
1K
Member Avatar for muze

Hi all of the above solution are right. you can choose any one of them. Or you can use iframe . in iframe you can open another page in the same page Gajendra

Member Avatar for codewalkz
0
6K
Member Avatar for sainigks

Hi everyone, i want to make a script which can filter dir and files in a folder. i mean in a specified folder it create a list or dir's and files separately. i had try open_dir function in php but it list all data together. Plz help me do it. …

Member Avatar for MooGeek
0
117
Member Avatar for sainigks

Hi, i want to make a script which manage registered user. so for that i need to include files in php. it is simple to include any file by include function . but i want to include a file by class in php. Please tell me how can i do …

Member Avatar for blocblue
0
110
Member Avatar for sainigks

Hi everyone, i have created a sql table to store hindi data. it works fine. Now i want to store data in this sql table from an Excel sheet. i want to know which hindi font i have to use in excel sheet so it will store hindi data in …

Member Avatar for urtrivedi
0
772
Member Avatar for techsavi

Hi, why don't you use Xampp server it has inbuilt php and mysql database. you don't need to configure php and mysql database in it. you can download it free from here : [URL="http://www.apachefriends.org/en/xampp.html"]http://www.apachefriends.org/en/xampp.html[/URL] Gajendra

Member Avatar for sainigks
0
283
Member Avatar for sainigks

Dear all i have created a from to receive data from users. and data will store in sql table. all is going well. BUT NOW i have installed a module so users can type in Hindi fonts to fill details in form. when users will type data in hindi font …

Member Avatar for bibleaudio
0
2K
Member Avatar for Bar2aYunie

Hi You can do this . first of all you have to execute a query to find minimum id in table which is the first id in you table. after that you have to use update query for that id. when that data will change use loop to increase id …

Member Avatar for kekkaishi
0
107
Member Avatar for johng123

<form> enter state(USA) or country :<br> <select name="country"><option value="01">India</option> <option value="02">Pakistan</option> <option value="03">ShiLanka</option> <option value="04">Dubai</option> <option value="05">America</option> <option value="06">England</option> <option value="07">France</option></select> <input type="submit" name="Submit" value="display" /> </form> <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#ff0000"> just put all the country names which you want to display as above

Member Avatar for happytogether
0
154
Member Avatar for IWDesigns

you can use this function to block www links [CODE] function isValidURL($url) { return preg_match('|^http(s)?://[a-z0-9-]+(.[a-z0-9-]+)*(:[0-9]+)?(/.*)?$|i', $url); } if(isValidURL($fldbanner_url)) { $errMsg .= "* Please enter valid URL including http://<br>"; }[/CODE]

Member Avatar for IWDesigns
0
363
Member Avatar for never_rain

Hi you have to create a table in sql friends for every user. in this table store detail of their Friends. And when user login to website check his id or username in these friends table if data found display the name to users

Member Avatar for nats01282
0
144
Member Avatar for johng123

Sorry dear , i cant understand what you actually want to do. please write all.

Member Avatar for sainigks
0
137
Member Avatar for umeshMCA

before using session variables you must assign them null value. after that assign them value :- $_SESSION['username']="rm"; $_SESSION['pass']="123"; And on logout page after destroying session again make their value null.

Member Avatar for sainigks
0
179
Member Avatar for amanu092

Just clear your browsers history and try to do. if again error display create a new superadministrator and login with the new username and password

Member Avatar for amanu092
0
150
Member Avatar for arjani10

you can do it by using session. use session check. if session is empty redirect the user on other page.

Member Avatar for arjani10
0
213
Member Avatar for sainigks

Hello Dear all, i have created a html page to insert data in sql table. my html page have date , month and year columns. which is stored in sql table in their respective columns. now i want to retrieve data from sql table in a php page. but i …

Member Avatar for benjaminFowl87
0
129
Member Avatar for sainigks

Dear all, i have a php script to download list of files from server. it is working well, when i type the file address. but i want to get address of file from user. i have a html page where user select Folder and Sub Folder name to download file …

Member Avatar for Henzard
0
161
Member Avatar for yapaarachchi

Dear Friend , i dont know what script u r using to store pictures. i have a script, it can store pictures in a folder. [B][U]Script is :[/U][/B] <?php $name=$_post['name']; if ((($_FILES["file"]["type"] == "image/gif") || ($_FILES["file"]["type"] == "image/jpeg") || ($_FILES["file"]["type"] == "image/pjpeg")) && ($_FILES["file"]["size"] < 200000)) { if ($_FILES["file"]["error"] > …

Member Avatar for yapaarachchi
0
146
Member Avatar for sainigks

i have created a registration page. when user fill it and submit a unique user_id will be given him. but problem is when user_id has been given if user refresh the page a new user_id will be alloted to him. if he refresh the page for thousand time a new …

Member Avatar for metalix
0
145
Member Avatar for shahaz

save this code with name search.htm code is : [CODE]<h2>Search</h2> <form name="search" method="post" action="search.php"> Seach for: <input type="text" name="find" /> in <Select NAME="search" size="1"> <Option VALUE="rn" selected>Registration No.</option> <Option VALUE="name">Name</option> <Option VALUE="marks">Marks</option> </Select> <input type="hidden" name="searching" value="yes" /> <input type="submit" name="b1" value="Search" /> </form>[/CODE] [COLOR="red"][B]AND make a SECOND FILE search.php[/B][/COLOR] …

Member Avatar for sainigks
0
143

The End.