The PHP Group Computers & Internet - Answered Questions & Fixed Issues
PHP Source
hi,
i would like to tell that the php code doesn't appear when you open the source of the webpage , the server hides the php codes simply ,
thanks !
PHP Tags
hi,
if you want to be experienced with php programming language i think you should learn HTML and CSS and have some basic understanding about JAVASCRIPT , then you can start learning php.
the best website to learn php language is
w3schools .Good luck,
please don't forget to rate this post
Want to Learn how to create web pages?
It would be really good if you could what problem are you facing.
However at first go, My suggestion would be you go to w3schools.com and learn HTML5,jquery,bootstrap this will help you design the way you want in very intuitive way. Once You are through on that then only go for PHP+Mysql
My computer keeps getting a
Have you tried clearing your cache? Try clearing your cache on your browser and verify it's cleared . If it's Chrome you might use Ctrl+Shift+R as i've seen on
Octopus
PHP Error
This error means that the program doesn't understand the code you wrote.
If you are lucky the error points to the file and the line number where PHP got confused. Sometimes PHP points directly at the error, but other times PHP is confused as a result of an earlier error in the script.
Welcome to the great world of PHP.
PHP doesn't work with Apache
php was not added to the httpd.conf
or apache wasn't restarted after they were added. You may just want to verify the following lines exsist:
AddType application/x-httpd-php .php .php4 .php3
AddType application/x-httpd-php-source .phps
Hello. I need a simple help (I think). If I have
A simple solution would be!<form action="http://my.address.com/home.html<?php echo $name; ?>" method="get"><!-- Note a variable after the link --><input type="text" name="name" value=""/><input type="submit" name="submit" value="Submit"/></form><?php if(isset($_GET['submit'])) { $name = $_GET['name']; }?>
6/13/2011 9:53:05 PM •
The PHP Group...
•
Answered
on Jun 13, 2011
•
1,006 views
Hi,
im using coffeecup web form
Sorry you are having problems. If you can head over our our Website at http://www.coffeecup.com/help and fill out a support ticket, we can take a look at your form and see what is going on.
Scott Swedorski
CoffeeCup Software
Hi, how do i call
try this
<html>
<head>
<title>Test</title>
<script
src="test.js" type="text/javascript"></script>
</head>
<body>
<?php
echo
'<script
type="text/javascript">someFunction();</script>';
?>
</body>
</html>
Good Luck
Not finding what you are looking for?