I tried to post this question on PHPEdit forum, but it is not allowing me to do so for whatever reason. Thats why I am putting this question here. I am sure experts heer will have an idea, what I am...
I see.
I want to match only web word in entire string. If I make pattern as /web/, then it will match web anywhere in the string like webdevelopment, spiderweb etc. But I want only web word,...
</head>
<body>
2) Create a string, search for a word in that string. If the word is found display word found. If not found display a message saying word not...
</head>
<body>
2) Create a string, search for a word in that string. If the word is found display word found. If not found display a message saying word not found.<br />...
I am confused with character encoding. I have following questions, please answer them in detail and provide links which explains basics. I did a lot of research, but none of them explains it...
If I am setting a cookie, that means php program will create a cookie on client side in some file. This cookie will be in form of some text.
If same php program is executed for different requests...
I have following html and php file. When I submit form from html file, I get message from php file without any error, but mail is not received in my mail inbox.
I am using wamp server on windows...
I understand that. But problem here is HTML file which is used to submit form is not displaying. Whats wrong with that. If I am giving something wrong in action field, then that will cause problem ,...
I have tried dogabduction.html and dogAbduction.html (with uppercase and lowercase), it gives same error in either case.
There are other HTML files with uppercase letters in file name , but still...
I have following two files in www directory of wamp server. wamp server is installed on vmware.
1.) dogAbduction.html
<html>
<head>
<title>Aliens Abducted Me</title>
<style> td{ width:...
I have an HTML file on desktop. I want to see this file in browser.
How can I provide path for this file in address bar ? When I do "http://localhost" , it shows IIS server page. I understand that...
<quote>n your notepad file simply write hindi characters wherever you want them.</quote>
I dont have Hindi keyboard, how can I write Hindi letters in noitapad ?
<quote>Save the file in the UTF-8...
I want to include sentences in Hindi language in this webpagge. Now when I put this page on webserver, it should display Hindi text.
How can I include Hindi...
I am using only English characters in my web page. Currently I am using UTF-8 encoding. Now I am changing to ISO 8859-1 encoding or ws-1252 encoding
Do I need to make any changes in the web page...
I want to make file downloadable on the webpage. What mechanism makes file downloadable.
I read about solution online and its stated to provide a hyper link and connect it to the location on the...
In this form for first name and last name , input type is text and value is John and Doe. So when I open this page from web browser, default value displayed in the field is John and Doe.
When a browser receives a document, it contains javascript in it. This javascript makes the html document dynamic on client side. Why do we need to send http request from javascript ? Because, if an...