- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
24 Posted Topics
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 …
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 …
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 …
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 …
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 …
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
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. …
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 …
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 …
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
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 …
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 …
<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
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]
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
Sorry dear , i cant understand what you actually want to do. please write all.
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.
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
you can do it by using session. use session check. if session is empty redirect the user on other page.
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 …
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 …
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"] > …
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 …
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] …
The End.
sainigks