PHP
Hello everyone.
I am a beginner when it comes to PHP programming.
I would like to ask some experts to help me with this.
What is the PHP code that I will be using to submit input information into a database?
I hope I'll be able to get your answers soon. Thank you.
- 1371 views
- 2 answers
- 0 votes
how to build a website using php language and is it obligatory to an SQL server?
- 1069 views
- 3 answers
- 0 votes
I'm a PHP programmer but I'm still a beginner on this particular field.
I want to remove values in the arrays that are duplicates.
How can I do it?
- 1346 views
- 2 answers
- 0 votes
Hi guys,
I install Joomla template. Now I am trying to edit it but some text I can't please any one guide me how can I find easily data.
Here I install template: http://www.kingunlock.com/
And I want to edit this data.
Testimonials.
- 1432 views
- 1 answers
- 0 votes
Hi Guys,
I need urgent help
Please visit this link: http://www. kingunlock. com/
Here you can see at right side i am receiving this error:
Warning: Parameter 1 to modMainMenuHelper2::buildXML() expected to be a reference, value given in /home/kingunlo/public_html/libraries/joomla/cache/handler/callback.php on line 99
Any one tell me how can i remove this error
You can see above thing correct at this site http:// kingunlock. paksoftsolution. com/
- 887 views
- 1 answers
- 0 votes
Just lately,
I was looking at a guide for a Flex and PHP incorporation and went towards a problem in Flash Builder which caught me for a little while. I initially set up Flash Builder for PHP and Zend (using phpMyAdmin) and set Zend by using a sample database.
I after that established a Flex server (PHP) task and create a link on my file through a PHP data service (select Data-> Connect to PHP by the menu bar).
Moving via the PHP service configuration wizard, I did not have an present PHP class and expected Flash Builder to create one alternatively. Utilizing the login details from php MyAdmin, I experience the subsequent error:
- 1054 views
- 1 answers
- 0 votes
I want to make a site where the visitors would be able make their own profile. I have made registration system but I can not go anymore. How can I make it with PHP and MySql?
- 864 views
- 1 answers
- 2 votes
Why do I need to install a Xampp software if I will create a dynamic website using PHP as its language?
- 892 views
- 1 answers
- 0 votes
I don't get errors or anything but it doesn't save in my db?
Please help.
<?php>
if(isset($_POST[save]))
{
//student,grade,section,subject
$ids=$_POST['id'];
$grades=$_POST['fg'];
$secs=$_POST['secs'];
$subs=$_POST['subs'];
$yirs=$g_year['acad_id'];
debug($_POST);
if(isset($_POST['save']))
{
unset($_POST['save']);
$i = count($_POST['id']); $x = 0;
for($x=0; $x <$i;$x++){
foreach($_POST as $data =>$d){
- 1107 views
- 2 answers
- 0 votes
Hello experts,
I am receiving the following error message.
I need to solve it.
Please help.
Thanks in advance.
Error:
php.exe – Unable To Locate Component
This application has failed to start because MSVCR71.dll was not
found. Re-installing the application may fix the problem.
OK
- 1210 views
- 1 answers
- 0 votes