Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 48
Search took 0.15 seconds.
Search: Posts Made By: sjc_unique
Forum: HTML & CSS 09-12-2002, 07:04 PM
Replies: 7
Views: 2,695
Posted By sjc_unique
hey " hughesmi", i have just designed a...

hey " hughesmi",

i have just designed a form using php, because i had the same problem with html. it's fairly easy, if u dont know php, u can just put the code in the page, and adapt the obvious...
Forum: PHP 09-10-2002, 05:01 PM
Replies: 8
Views: 3,125
Posted By sjc_unique
thanks people. mucho appreciated. appears to be...

thanks people. mucho appreciated. appears to be working.

btw, you said i might want to "do a bit of validating and submission manipulation before mailing".

What does that mean??

thanks
...
Forum: PHP 09-09-2002, 10:40 PM
Replies: 8
Views: 3,125
Posted By sjc_unique
ok, below is the code i have used. and it is now...

ok, below is the code i have used. and it is now not working, as u can see at: http://www.mediresponse.co.uk/Contraban/index.php?aVar=mailing


<td>
<p>Please enter your Full Name in the first...
Forum: PHP 09-09-2002, 09:29 PM
Replies: 8
Views: 3,125
Posted By sjc_unique
ok, nothing in my inbox as yet. however, when i...

ok, nothing in my inbox as yet. however, when i click submit, the page then goes to my main 'home' page. I am not quite sure where in that code i have told it to do that.
Also once i am taken there...
Forum: PHP 09-09-2002, 09:17 PM
Replies: 8
Views: 3,125
Posted By sjc_unique
thanks Nightfire. i think i understand the...

thanks Nightfire. i think i understand the coding, which is very handy for when i use the feature on my next site.

Am currently testing it and waiting for the email of the information i entered. i...
Forum: PHP 09-09-2002, 08:01 PM
Replies: 8
Views: 3,125
Posted By sjc_unique
Forms!!

ok, fairly new to php.

i have on my site a form for a mailing list.

<form action="mailto:mailinglist...@......co.uk" method="post" enctype="text/plain">

however, this means that their email...
Forum: HTML & CSS 09-06-2002, 10:01 PM
Replies: 8
Views: 1,386
Posted By sjc_unique
what do u mean valid? do u mean for it to be...

what do u mean valid?

do u mean for it to be legal that i need to include all the tags or what?

cos i dont use the tags for any of my pages and the website is running perfect!

let me know
...
Forum: HTML & CSS 09-06-2002, 09:43 PM
Replies: 8
Views: 1,386
Posted By sjc_unique
hahaha!! <body> tags arent really essential....

hahaha!! <body> tags arent really essential. especially when the page is just loading up as a .php file. but i see ur thinking.


SJC
Forum: HTML & CSS 09-05-2002, 09:05 PM
Replies: 8
Views: 1,386
Posted By sjc_unique
genious!! thanks catman. <th> works....

genious!! thanks catman.

<th> works. although not sure what it is!!

SJC
Forum: HTML & CSS 09-05-2002, 07:31 PM
Replies: 8
Views: 1,386
Posted By sjc_unique
ok, here's the table that is shown: <html> ...

ok, here's the table that is shown:

<html>
<table cellpadding=2 cellspacing=0 border=0 align=center width=351>
<tr>
<td>
<h2>Davey Giles</h2>
<h3>Lead and rhythm Guitar. Backing Vocals.</h3>...
Forum: HTML & CSS 09-05-2002, 07:10 PM
Replies: 8
Views: 1,386
Posted By sjc_unique
really stupid question

so sorry to have to ask this, but i need to center my images and for some reason all the ways i have tried dont seem to work!

i have added align=center to the table, the cell, the image, have...
Forum: General web building 08-26-2002, 12:00 PM
Replies: 15
Views: 2,492
Posted By sjc_unique
looks ok mate. very clean and crisp and easy to...

looks ok mate. very clean and crisp and easy to read. But not very business like. Also looks very basic because your elements and information are always below each each. So you have to scroll down...
Forum: General web building 08-26-2002, 11:51 AM
Replies: 2
Views: 882
Posted By sjc_unique
Message Boards and Polls

Hey,

i see loads of requests for sites that offer message boards and polls. However, i am looking for a bit more info on them.

How can i create my own Message Board and Polls? I realise it will...
Forum: HTML & CSS 08-26-2002, 10:34 AM
Replies: 9
Views: 1,551
Posted By sjc_unique
Kang He. do u know any PHP? You can allocate...

Kang He. do u know any PHP?

You can allocate whatever <td> you like for this information to be called into.
Forum: HTML & CSS 08-25-2002, 12:05 AM
Replies: 2
Views: 1,133
Posted By sjc_unique
<html> <body> <div align=center> <table...

<html>
<body>
<div align=center>
<table cellpadding=0 cellspacing=0 border=0 width=500 height=500>
<tr>
<td width=400 height=400>
</td>
<td width=100 height=400>
</tr>
<tr>
Forum: HTML & CSS 08-24-2002, 11:12 PM
Replies: 9
Views: 1,551
Posted By sjc_unique
2 points Kang He. where does she ask to...

2 points Kang He.

where does she ask to "keep the page static while the content dynamic"?

and 'duniyadnd ' asked about it, and i was replying to his question.

SJC
Forum: PHP 08-24-2002, 08:05 PM
Replies: 5
Views: 844
Posted By sjc_unique
WHOOPS. Sorry. i put it the three X's because i...

WHOOPS. Sorry. i put it the three X's because i didnt want to link to my site (as it's still in early stages). i didnt even think they would be an adult site.

So sorry.

SJC
Forum: HTML & CSS 08-24-2002, 07:46 PM
Replies: 9
Views: 1,551
Posted By sjc_unique
ok, well: add the following code into your...

ok, well:

add the following code into your <td> cell

<?php
if(!isset($_GET['aVar']))$page="noinfo";
else $page=$_GET['aVar'];
include("$page.php"); ...
Forum: PHP 08-24-2002, 06:54 PM
Replies: 5
Views: 844
Posted By sjc_unique
DONT WORRY PEOPLE, STUNTBOY HELPED ME. just...

DONT WORRY PEOPLE, STUNTBOY HELPED ME.

just need to change the link to


whoops!!

thanks anyway.

SJC
Forum: PHP 08-24-2002, 06:45 PM
Replies: 5
Views: 844
Posted By sjc_unique
ok, getting closer....someone please help. ...

ok, getting closer....someone please help.

Have got the following code in place:
<?php
if(!isset($_GET['aVar']))$page="noinfo";
else $page=$_GET['aVar']; ...
Forum: PHP 08-24-2002, 06:34 PM
Replies: 5
Views: 844
Posted By sjc_unique
ok, just worked out the problem....might make it...

ok, just worked out the problem....might make it easier to recieve help.....

when the first link is clicked the url becomes:


then when i click the next link it becomes


what i need is:
Forum: PHP 08-24-2002, 06:25 PM
Replies: 5
Views: 844
Posted By sjc_unique
simple q

right, set up (thanks to you lot here) a function whereby when a link is clicked a <td> shows the link. below is the code:

<?php ...
Forum: HTML & CSS 08-24-2002, 05:43 PM
Replies: 9
Views: 1,551
Posted By sjc_unique
you would be able to what you are looking for...

you would be able to what you are looking for using PHP. The coding for it is quite simple (as i found out this week), but your host would need to support PHP. let me know if u need any help.

SJC
Forum: PHP 08-22-2002, 10:10 PM
Replies: 9
Views: 1,169
Posted By sjc_unique
thanks mate. owe you a favour if u need one. ...

thanks mate. owe you a favour if u need one.

my site is looking the nads!!!

SJC
Forum: PHP 08-22-2002, 09:30 PM
Replies: 9
Views: 1,169
Posted By sjc_unique
ok, right. I kinda have it working. If i hit...

ok, right. I kinda have it working.

If i hit the link, news1.html appears in the right place. which is pefect.

However, when going into the page (and the link has not been clicked yet)....i get...
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT +1. The time now is 11:38 AM.