equivalent code for the following c program in php
void main()
{
int i=5;printf("%d",i);
}
Answers were Sorted based on User's Feedback
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Tell me what are the functions to be used to get the image's properties (size, width and height)?
Which PHP function would you use to send an email?
What is empty () in php?
List some of the features of php7.
Is php 5.6 secure?
how to include a datepicker in a form using php and mysql
Write a program to get lcm of two numbers using php?
How to open standard output as a file handle?
What types of MYSQL function available for affecting columns
How do I escape in php?
How to do single and multi line comment in php?