answersLogoWhite

0

Get the code from c. Instead of c convetions insert php conventions.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Does android supports PHP?

It supports websites made on php but not coding in php. There are workarounds for coding in PHP using Android.


What is PHP data coding?

PHP data coding is softwares that allows or has frameworks which can make PHP input to it's own script language. So you may code programs for example with PHP, just that it has to be extended PHP because of new functions and features. It may also be application coding for the web.


What does PHP include in terms of html coding?

To do programming in PHP, there is often the dilemma of whether or not to place the code within the HTML. Depending on the writer's coding experience it is usually better to place the PHP within the HTML.


When would one use a PHP table?

PHP is a type of coding for a forum or website. Any website that uses the PHP coding could use a table to organize data or to show relationships between the specific data that is on the website.


Is PHP a drug?

PHP is a programming language. You may be thinking of PCP, or a-PHP (a-Pyrrolidinobutiophenone).


How does Cartoon Network make ben 10 games?

By coding it. A coding, like, PHP. You gotta learn it.


What is php code for online recruitment system?

write php coding for online carrier guidance and placement unit


What computer programs has mark zuckerberg created?

He used php coding


What is xampp?

One of the web servers for php which supports coding in PERL programming


PHP content management refers to what type of system?

PHP content management refers to the management of the content of websites. There are various styles of coding that can be used but PHP is one of the most common.


Why all programmer used the php?

It is easy for coding and useful for many categories of websites.


How do you convert a doc to pdf using php?

PHP doesn't containt module to read DOC files, and PHP Extension Community Library also so I must wrote it himself as .dll file in for example C Language, but it's difficultUPDATE: There is a much, much easier way......using a project called phpLiveDocx. It is a SOAP based service, completely free of charge and does EXACTLY what you want. For sample code to convert a DOC to PDF using phpLiveDocx, take a look at this recent blog post:http://www.phplivedocx.org/2009/02/06/convert-doc-to-pdf-in-php/Have fun coding :-)Leo