php reservation system [closed]
i m creating a project with php and html use.i would like to create a ticket reservation system for my university.Firstl...
Latest news, tutorials, and updates from the PHP community
6993 articles available
i m creating a project with php and html use.i would like to create a ticket reservation system for my university.Firstl...
I'm working on a project at school for my data mining class and I want to use the stackoverflow API to obtain the raw da...
The array looks like: [Code Block] And I have an integer variable called `$v`. How could I select an array entry that ha...
The following array is output from my db. [Code Block] How can I find if a variable is contained in this array? ie. [Cod...
Coming from C++ background ;) How can I overload PHP functions? One function definition if there are any arguments, and ...
I am using a foreach loop in my controller [Code Block] It does the work, but the CSS, JS, and HTML elements in the view...
I have this $record array [Code Block] How can i manipulate it so it will become like this? [Code Block] Thanks in advan...
Is there any difference between this... [Code Block] and this? [Code Block] Which form is better when checking whether o...
Is there any function that I could call in order to include an existing pdf in my `fpdf` file? For example [Code Block] ...
I found this in some code examples while googling : [Code Block] it's new to me, but I would guess that it a substitutio...
I'm having a strange problem with `Zend_Db_Adapter_Mysqli`. I need to query multiple items by ID from my database, so I ...
[Code Block] If this is my db query, how do I get an array of one db row... ie. I want to do something like `$data['user...
Showing 6577 to 6588 of 6993 articles