db entry based on primary key
My "topics" table contains 10 entires
*--------------*
topicid topic
------
Typing math
I've added support for typesetting math using LaTeX on the forums.
Example:
Code: [Select]
Table colours fail when extra row added
Hey Gurus,
I got a weird problem with formating the colour of a table made in php. Everything
php mysql query from input textbox
Hi,
I have a text box, in that i have given the mysql query. I can able to get the query in v
undefined offset help
Hi All,
I kept getting undefined offset PHP notice for a simple for loop. For eg
$va = arr
Search with relational database
Hey,
I have quite a complicated (for me anyway ) relational database for an apartments syste
How to make URL loads only on login
On my page, when a user login he's redirects to user_home.php. I made it also to open the chat scree
$_POST
Hi, I have 2 seperate php files, and i want my $_POSt["fname"] To go into both of them, Fo
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5