hi, can someone help me with this? I keep getting this error....
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by ......
I tried to upload my files to other servers but the error doesn't show.. why am I getting this error when I upload it to this specific server?
thanks
Request.UrlReferrer
I need to make it so that a page can only be loaded when a button is clicked on a specific page. I don;t want people to be able to browse directly to this page. Whati s the best wasy to achieve this?
default SAP userid
hi,, I just like to know if it is ok to use the default SAP user id (SAP*)?
Help with echo()
I'm having some problems with this code:Code: echo ' <A
using a loop help
Hi guys , i need some help. I have this loop :while ($row = mysql_fetch_assoc($Result)) { ?><th><?php echo "<a
Escaped characters
I have a script that allows you to post news to the home page of my site. Along with the news is the username of the person and a avatar type thing. When the script tries to send the avatar image to
column name cancatenation within PL/SQL
I have a PLSQL store procedure, and the following statement is part of a subquery
IS Retail & Manufacturing
Hi
MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them in database. I have issues while inserting...foreach ($sentences as $final) {......else {
Only add new information from XML to MySQL
What I am doing, is taking a xml file, and adding the values to a database. However, what I want to do is only add the new values.I am guessing that a script that compared the first xx chars of the
Splitting Attributes
SQL> SELECT I_NAME, substr(I_NAME,1,instr(I_NAME,'O')) "First part",