preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
Using the $_GET variable to view certain records
Hello,
First let me explain my problem, I have 2 pages the first page pull a list of Guide ti
small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
MS Access data into a html table
Hi everyone, I am quite a novice at php but I have created some helpful scripts that fetch data
f
my two tables
table1 : col1 = topicid , col2 = topic
table2 : col1 = sentid, col2 = sentence
Cod
first few characters only
hi, does anyone know how to use PHP to take the first few words of a text and limit them? i have see
Creating XML with php
I need to creat an XML with php and have successfully produced a valid output.
The problem I hav
Suggestions for Functional module
Hello experts,
I Have done B.Sc(Mathematics) and MCA & have learnt SAP/ABAP but do n
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav