Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 99
Search took 0.76 seconds.
Search: Posts Made By: earthsiege
Forum: PHP 09-28-2005, 09:42 PM
Replies: 4
Views: 737
Posted By earthsiege
ok, i think ive got it now. because im...

ok,

i think ive got it now.

because im printing it using a print statement later on i think its reading <$email> as a tag and not the text. but i think itl be fine when i try and send the...
Forum: PHP 09-28-2005, 09:15 PM
Replies: 4
Views: 737
Posted By earthsiege
printing < and > in php

hi everyone,

this is a real easy problem, its just that ive gone brain dead. :D

I need to print < > in a text statement but i cant do it. ive tried the normal culprits (\< and "<") just not...
Forum: PHP 08-13-2005, 03:40 PM
Replies: 1
Views: 827
Posted By earthsiege
String Stripping

Hi guys,

What ive got is a text block with some values followed by an end of line character (\n).
now what i want to do is strip this string so that each value is seperated by the end of line...
Forum: JavaScript programming 08-13-2005, 02:45 PM
Replies: 4
Views: 979
Posted By earthsiege
ahhhhhhhh, everything is clear to me now....

ahhhhhhhh,
everything is clear to me now. thanks man just managed to get it working,
thanks for all the help.
Forum: JavaScript programming 08-13-2005, 02:04 PM
Replies: 4
Views: 979
Posted By earthsiege
thanks , thats exactly the kind of thing i was...

thanks ,
thats exactly the kind of thing i was looking for. but the thing is when i try to customise it to my form i keep on getting the object expected error.

this is the changes that i made:
...
Forum: JavaScript programming 08-13-2005, 01:33 PM
Replies: 4
Views: 979
Posted By earthsiege
dynamic combobox again..

Hi guys,

i had a problem a few weeks back trying to get 3 comboboxes working together, well i have to say that i scrapped that idea and am working on new scheme.

the code im writing now is two...
Forum: HTML & CSS 07-27-2005, 07:54 PM
Replies: 2
Views: 782
Posted By earthsiege
this is the php/html bit: <table> ...

this is the php/html bit:


<table>
<tr>
<td><select name="countries" size="1" onChange="updatecities(this.selectedIndex)" style="width: 150px">
<option selected>Select A...
Forum: HTML & CSS 07-23-2005, 02:53 PM
Replies: 2
Views: 782
Posted By earthsiege
combox multiple value return

Hey guys,

ive got a pretty complex php/javascript/html script involving 3 comboboxes.
What happens is the options for the first combo come from a database. The second combo box's data also comes...
Forum: MySQL 04-21-2005, 11:12 AM
Replies: 12
Views: 1,328
Posted By earthsiege
hello again, just a little question kiwi...

hello again,

just a little question kiwi when using the code i came up with i had to use inner join which doesnt seem to be acceptable (for reasons only known to the lecturer) so i decided to try...
Forum: MySQL 04-20-2005, 10:00 AM
Replies: 12
Views: 1,328
Posted By earthsiege
nice one guys, i came up with the following...

nice one guys,

i came up with the following piece which does basically the same thing. Just a little reminder to why scripting was invented i mean why would anyone wanna write queries like this:...
Forum: MySQL 04-19-2005, 11:33 AM
Replies: 12
Views: 1,328
Posted By earthsiege
thanks for the reply, but this only shows...

thanks for the reply,
but this only shows everyone who is a mentor and who they are mentoring.
also there seems to be a sql syntax error in your From clause. I tried the following code and that...
Forum: MySQL 04-19-2005, 10:56 AM
Replies: 12
Views: 1,328
Posted By earthsiege
lol, thats the thing, ive already written a...

lol,
thats the thing, ive already written a php script which does that but my lecturer wants pure SQL??!??!!??!
ne other clues?
Forum: MySQL 04-19-2005, 10:20 AM
Replies: 12
Views: 1,328
Posted By earthsiege
SQL query

hi guys,

im getting a bit frustrated over what seems to be a simple sql query. I could probably do it if it was a mix of php and sql but seeing as how it needs to be pure sql i cant get my head...
Forum: PHP 02-18-2005, 10:38 AM
Replies: 4
Views: 927
Posted By earthsiege
works fine for a single loop, is there anything...

works fine for a single loop, is there anything in particular that i can do about the cgi timeout like changing the max_execution_time in php to zero?
Forum: PHP 02-18-2005, 09:47 AM
Replies: 4
Views: 927
Posted By earthsiege
there are around 200 addresses, bu the thing is...

there are around 200 addresses,
bu the thing is i changed my code again and tested it, this is the new code but im still getting the same message:
<?

include "connect.inc";
set_time_limit(0); ...
Forum: PHP 02-18-2005, 09:34 AM
Replies: 4
Views: 927
Posted By earthsiege
CGI Timeout

Hi guys,

Im trying to send out a series of emails to some members in my db, but the problem is as the mail is sent out to about 50 of them i suddenly get this error:
CGI Timeout
The specified...
Forum: PHP 02-07-2005, 05:34 PM
Replies: 5
Views: 997
Posted By earthsiege
thank for the reply guys, but the thing is i...

thank for the reply guys, but the thing is i already tried the referer thing before but it doesnt give me any output (blank).

i odnt know..it may be a problem with my server or php
Forum: PHP 02-06-2005, 07:00 PM
Replies: 5
Views: 997
Posted By earthsiege
using php to find information about page viewer

hi everyone,
I know that you can use PHP to find out the IP address of the person accessing your webpage but i need to find out where the viewer has come from (URL).

Im trying to restrict a...
Forum: Java and JSP 12-13-2004, 11:30 AM
Replies: 7
Views: 15,956
Posted By earthsiege
ok.... not working... i keep on getting the...

ok....
not working...
i keep on getting the error:

cannot resolve symbol-addButton


i think im supposed to move the actionPerformer class so that its in scope bu im not sure where im...
Forum: Java and JSP 12-12-2004, 07:19 PM
Replies: 7
Views: 15,956
Posted By earthsiege
cant believ i missed that out. thanks for the...

cant believ i missed that out.
thanks for the help man,
one more thing though, when im referring to the button in my actionPerformed class how do i refer to the addButton button?
i mean do i do...
Forum: Java and JSP 12-12-2004, 02:27 PM
Replies: 7
Views: 15,956
Posted By earthsiege
java addActionListener problem

hi guys,

iv written a prog which has a JtabbedPane GUI but the problem is on one of my tabs i have a JPanel called panel1. on panel1 i have a button called addButton now i add this button onto my...
Forum: PHP 12-08-2004, 12:16 PM
Replies: 9
Views: 952
Posted By earthsiege
thanks a lot horus, i managed to change the...

thanks a lot horus, i managed to change the address of the session and change it to be able to read and write.
the scripts working fine now.
Forum: PHP 12-08-2004, 09:28 AM
Replies: 9
Views: 952
Posted By earthsiege
ok

so is there anyway for me to atually tell the script where on my server the session should be stored on and not the defult address?
(ps i dont have acces to the php.ini file)
Forum: PHP 12-07-2004, 03:27 PM
Replies: 9
Views: 952
Posted By earthsiege
hello again

hello guys thanks for the replys,
the nproblem is though that the session is being used for an online user verification process and so its meant to be read form on the users computer.
is there any...
Forum: PHP 12-04-2004, 03:36 PM
Replies: 9
Views: 952
Posted By earthsiege
session error

hi everyone,
can anyone tell me what this error is ?

Warning: open(C:\PHP\sessiondata\sess_4b005e9415fffd9aaef6742489fd1e0c, O_RDWR) failed: Permission denied (13)


im trying to password...
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT +1. The time now is 03:13 AM.