PHP
I heard today that one of my friends talking where we can create HTML code within PHP.
Is this possible?
- 926 views
- 1 answers
- 0 votes
Hi everyone ,
I want to add user registration feature to my existing website so after the registration user must be able to login,
How can I have a database to store user names and passwords for each users?
- 1101 views
- 3 answers
- 0 votes
Hi guys this is my requirement , I have a MySQL database “user details” and I want to select the values from “user details” database and display in a HTML table , can anyone guide me on how to do this?
- 837 views
- 1 answers
- 0 votes
please read the code below,
<form action="login.php?mode=login" method="post" >
Username: <input type="text" name="username"><br />
Password: <input type="password" name="password"><br />
<input type="submit" value="login" name="login">
</form>
my requirement is display user name and password in the top of “login.php” , can someone please provide PHP code
- 993 views
- 1 answers
- 0 votes
Hi guys,
I have a doubt about PHP frameworks,please anyone can explain me “what is PHP framework” in simplest form
- 794 views
- 2 answers
- 0 votes
I'm looking for some help regarding PHP sessions,I am new to PHP,
Please anyone can explain me how sessions work,
How do they help us?
- 926 views
- 2 answers
- 0 votes
Hello,
I want to learn PHP language and I don't know which is a best site for online learn.
Kindly suggest me about online learning site.
Thanks.
- 1040 views
- 2 answers
- 0 votes
Hi experts,
I loaded a WordPress blog, but when I tried to activate my theme (Mystique theme), I get a PHP error:
Warning: fopen(/home/***/public_html/blog/wp-content/themes/mystique-extend/lang/.mo) [function.fopen]: failed to open stream: No such file or directory in /home/***/public_html/blog/wp-includes/pomo/streams.php on line 109
I then tried to look in the directory for the documentation, but it does not exist.
Here's what bothers me. I also installed a similar version of WordPress as well as Mystique theme on another machine (Windows 7, XAMPP also installed) and it worked properly; there was no PHP error. I am able to use the Social-Media images on the theme.
Need to solve this. Please help.
- 887 views
- 1 answers
- 0 votes
I am new and in learning phase.
can any one help me how can I launch PHP application on local host???
- 1590 views
- 2 answers
- 0 votes
I need to have some specific pages with the .ht file configured so it can read the PHP code in existing HTML pages without having the need to renaming or changing its extension.
How do I implement this when my site is configured by some CMS, and has what is called “clean” URL structure, i.e. all pages have URL’s ending in “/” instead of .html, like ForceType application /x-httpd-php?
Sever is on shared Apache hosting.
- 1344 views
- 1 answers
- 0 votes