20 Most Recent The PHP Group PHP Questions & Answers

0helpful
2answers

Manual PHP

visite www.amazon.com
and searsh for this book :
php & mysql for dummies
4/18/2022 9:52:57 AM • The PHP Group... • Answered on Apr 18, 2022
0helpful
3answers

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 !
8/27/2020 3:42:46 PM • The PHP Group... • Answered on Aug 27, 2020
0helpful
5answers

How can i write a php code?

PHP is a server scripting language used to make web pages interactive. PHP code is embedded into the HTML source document and interpreted by a web server with a PHP processor module. For more information http://www.india-designers.net/
5/9/2018 10:30:03 AM • The PHP Group... • Answered on May 09, 2018
0helpful
3answers

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

4/14/2018 10:16:27 AM • The PHP Group... • Answered on Apr 14, 2018
0helpful
1answer

PHP Modules Question

Good place to start with http://websitetips.com/php/tools/
3/22/2018 10:32:32 AM • The PHP Group... • Answered on Mar 22, 2018
0helpful
1answer

Php code to display live stock market information on our htmlpage

If I understand correctly that you want to use PHP to download the output from a URL into a file, then you want to use PHP's curl functions:
http://us3.php.net/manual/en/ref.curl.php

A tutorial for basic PHP curl usage is here:
http://phpsense.com/php/php-curl-functions.html
3/15/2018 4:30:24 PM • The PHP Group... • Answered on Mar 15, 2018
0helpful
2answers

Do i have PHP?

Hi moll,

1.Create a blank file and call it "myfile.php" – The file must end with the ".php"
2.Use only this line of code -
<?php
phpinfo() ;
?>

3.Save the file and upload the file to your website server.
4.Go to www.mywebsite.com/myfile.php
If you see the line of code you wrote, it means you can't run PHP, if you see the PHP information it means you can run PHP on your server.
10/13/2017 12:46:24 PM • The PHP Group... • Answered on Oct 13, 2017
0helpful
2answers

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
2/6/2015 10:01:33 PM • The PHP Group... • Answered on Feb 06, 2015
0helpful
1answer

How to build a datagrid with master detail relationship in php

I also don't have much experience in the PHP, however, I think you can try some convenient datagrid like the UI GridView Control for WinForms I've heard before.
5/15/2014 4:20:09 AM • The PHP Group... • Answered on May 15, 2014
0helpful
1answer

Please cancel my mobile mazajak mobi

Please cancel my mobile mazajak mobi 07717695752
3/2/2014 7:58:42 AM • The PHP Group... • Answered on Mar 02, 2014
0helpful
2answers

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.
7/9/2013 2:20:27 PM • The PHP Group... • Answered on Jul 09, 2013
0helpful
2answers

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
4/29/2013 8:36:22 PM • The PHP Group... • Answered on Apr 29, 2013
0helpful
1answer

Please help me I want to submit data from a form

Form submission usually requires a cgi script, and not all hosts have cgi support.
8/11/2012 12:11:05 PM • The PHP Group... • Answered on Aug 11, 2012
0helpful
1answer

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
Not finding what you are looking for?
The PHP Group PHP Logo

Popular Tags

94 questions posted

Ask a Question

Usually answered in minutes!

Popular Products

Top The PHP Group Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a The PHP Group Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

View Most Popular

The PHP Group Computers & Internet

  • The PHP Group Computers & Internet

Most Popular Question

write php code

  • Computers & Internet
Loading...