Hello,
I'm using php version 4.0 with mysql 5.0.24
connecting to the db using mysql_connect and running the statments using mysql_query.
I want to know how to restrict the queries so it won't allow sending multiple statments.
(I know that if I put '\' after the end of the first statment the...
Hello,
I have a project of java compiled as a package. when i try to get to this files from php it get stuck, if i delete the package code it can work, but than not all of the project is available.
i tried to pack the java classes into a jar file, and put it's path in the php.ini, but now the...
using the COALESCE function im creating a string to have a list of users sperated by a comma, now how can i use it in a sql select query ?
meaning :
I want to do a select query like that :
select * from tb1 where UserId in @UserList
where the UserList is the list i got with the COALESCE...
Hello, im trying to get the percentage of one field, meaning, to divide the field in the sum of that field.
the thing. the fields are also getting by a query :
select
Query,
Frequency,
Frequency/sum(Frequency) as FreqPerc,
Clicks,
BuyClicks
from (
SELECT top 10 Query,
SUM(Frequency) AS...
Hello,
im trying to add textbox to an html page. the text box is added according to the records in the db so it should be dynamicly.
I added it by the <Input type = TextBox....> command but when i went through the request.form later it didn't appear.
also, when i added it by TextBox a i got a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.