0
votes
0answers
5 views
uploading file in PHP
while uploading a file we pass the following command $_FILES["file"]["error"].As i
studied that we are using the associative array here.Will you please explain the parameters
p …
0
votes
1answer
18 views
how do i make PHP login system for website that connects to MSSQL with pass salt.
i am making website with user cp that connects to Mssql with a certain password salt and i was wondering how do i make a secure login script?
0
votes
0answers
4 views
uploading video file
hello sir....
can u please give the simple understandable coding for uploading the video file using PHP.....
0
votes
0answers
10 views
Tryit editor not working…
Hi
Thanks a lot for putting Tryit Editor for download.
The problem is that just HTML is working, Javascript and CSS do not work.
But the editor on http://www.webcheatsheet.com/tr …
0
votes
1answer
13 views
Not connect to my database table
i am not success to connect from my database table, what i do (database name - rameshag_rameshdata, host - localhost, username, password table name - test fields Id Fname Lname Pho …
0
votes
1answer
30 views
Using PHP with MySql to narrow search for large table in MySql using a variable
I am using Dreamweaver CS4 and have created a PHP document. I have added a form and table
to this document and have already set up my 'site' using a mysql datebase which I can
alr …
0
votes
1answer
22 views
ASP.NET Form Error
We've just brought up a new ASP.NET page that is showing a strange error. The error shows up in the next page as if the data isn't in the form. When the user goes back and refreshe …
0
votes
0answers
15 views
Not connect to my database table
Goodeving Sir,
I am new for database
My url = http://www.totalsolutions.co.in/search.htm when i search by name or id then not found massage but i try in mycontrol pannal then i am …
0
votes
1answer
8 views
Unknown column error
Here is the error I am getting:
Unknown column 'Lo' in 'field list'
Here is my code. Any suggestions to get rid of this error:
global $conn,$dal;
$customerID = mysql_insert_id() …
0
votes
0answers
4 views
Need If statement for all numbers plz
Hi,
Plz I need a help in if statement.
I want to include a file when a user enter on a link on my site ending with numbers 0-9.
like that:
.com/223
**.com/48
I'm still trying and u …
3
votes
3answers
73 views
tryit editor problem.
Hi i have problem with Tryit editor. I have installed it on my local web server. But it's not working correctly.. HTML is editing, but it do not show javascript and asp result...
…
0
votes
0answers
5 views
how create a secure login for admin and other user using php and mysql
How to create a secure login system for admin and other users using php and mysql with javascript error msg show below the txtbox if not sucess?
0
votes
0answers
10 views
Session in php sqlsvr
i'm using php 5.2.6, apache 2.2.9,and ms sql 2000.
My problem is after login it didnt bring any session to the next page. After login i want to display user's name at avery pages u …
0
votes
0answers
10 views
i cannot search my PHP array values into my MySQL Database
Hi. I'm having some issues with displaying the content of my database if I'm searching it with an array value on my PHP code. I am trying to create a code wherein the user will inp …
0
votes
0answers
15 views
Firefox does not support JavaScript (form validation) but IE fully support.
Hi everyone!
I developed a user input form in php used (php, html, javascript…). I wrote validate functions in JavaScript.
The form is working fine in internet explorer and validat …