No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
26 Posted Topics
Hey all, Just been looking at friends laptop and its really odd she has to press the computer on and then hold down button and turn it off then turn it on again. EVERY time she wants to turn on the computer. Even if you take out battery and put … | |
Am looking for somewebsite that i can look at some really neat code and really look at the design of a website also i want to look at website be be able to be wowed by its beaty. Anyone ave a list of some sites like these? | |
I have a list of files that are pictures but i want to have <- previous next -> under each picture that goes to the next picture. Was thinking maby should create an array of all the images and then echo out the array | |
Hey all What is with this query $query = mysql_query("UPDATE `namitposts` SET `title` = '$topic' , `date` = '$date' ', `postee` = '$postee', `post` = '$post_text' , `ip` = '$ip' WHERE `id` = '$del'") . mysql_error(); Its not passing the variables am getting this error message Notice: Query error You … | |
I have a databse in mysql and am looking to select the last 5 values in the database and there contence. How would i do this. Will be using php to do this. Thanks There is an incramenting variable called Id and could use that if possible. | |
I am looking for a very simple calander function that just reads info from mysql or txt file what ever is handier Can anyone recommend a setup? | |
i have a bunch of images 1.jpg, 2.jpg etc.. I have a class called banner and wondering how to get it to randomised threw the pics? Thanks | |
I have a directory full of pictures how do i shrink them? Have juse installed gd Can anyone help me? | |
So what is the difference between all the difference postions absolute, fixed, etc.. Can anyone give me a list of them and bit of explantion? Thanks | |
I came accross a website tha was all java css and html and it was websites within websties you also could move the ladyers around the websites and positon them Does anyone know of a website like this | |
I have writen a scipts in linux its called user.sh i wounder how do i run it in a php script I can if i just run it in command line ./user.sh it works perfect but can i add it into my code. thanks | |
Re: [QUOTE=Lexani]Im lost on how to install a forum on my website, my hosting offers it but i cant figure out how to get it on my site. it would be great if someone could help me gettin a forum on this site [url]www.Nexzani.com[/url] :cool:[/QUOTE] Is it phpbb2 that your looking … | |
Re: [QUOTE=stupidenator]That was exactly what I was looking for. Thank you very much. Nick[/QUOTE] [PHP] if(!($dp = opendir($image))) die ("Cannot open Directory."); $i=1; echo "<TABLE align=center text-align=center><CENTER>"; echo "<TR>"; while($file = readdir($dp)){ if($file != '.' && $file != '..') { echo "<TD>"; echo "<a href='$image/$file' target='_blank'><img src='$image/$file' width='120' height='120' alt='image'><br>$file</a>\n"; echo … | |
I am using the mail function in php mail() but its keeps sending all the bounch backs to [email]nobody@purple.webhostingireland.ie[/email] and i want it to be [email]mail@somdomail.ie[/email] Any chance of changing this. | |
How do i use this str_replace with this [email]bla@bla.com[/email] [email]blac@bla.com[/email] [email]namit@namit.com[/email] and so on so i have setup $email = str_replace(" ", ", ", $mail_list); but it will only talk details if i do this [email]blac@bla.com[/email] [email]bla@bla.com[/email] It does not seam to find and replace return | |
Just wondering how to start with this, want to make just an shopping cart . Want to do the following. Just there is a list of food on my catalog, then when you click into the checkout it give you a reference so when you go down to the shop … | |
Hey there i am just starting programming in vb and what i need is 1. to be able to print what day it is monday, tuesday, wed.. etc in a text box just the code for this is what i need. 2. want to have the time in another box … | |
Is there a way to get the day of the week when supplied with a date? usign the date() function ie how do i find out what day of the week it is e.g. Monday, Tuesday, Wednesday, Thursday, etc ? | |
I have the following [PHP] while($file = readdir($dp)){ if($file != '.' && $file != '..') { echo "<TD>"; echo "<a href='$image/$file' target='_blank'><img src='$image/$file' width='120' height='120' alt='image'><br>$file</a>\n"; echo "</TD>"; if($i == 5) { echo "<TR>"; $i = 0; } $i++; } [/PHP] well that is the juist of it but anyway … | |
I am just looking to tidy the output form echo '<body bgcolor="#FFFFFF" text="#000000"></body>'; echo("Ping Output:<br>"); echo "<pre>"; $i = "11"; //check target IP or domain system("ping -n 1 192.168.2.$i"); echo "</pre>"; I am just looking for somthing like this Reply from 192.168.2.11: bytes=32 time<10ms TTL=128 With nothing else. | |
I have the following code How do i first edit this to take errors and also to be able to attach files. [PHP] <?php //Gets these from page before $mail_ref = $_GET['mail_ref']; $mail_title = $_GET['mail_title']; $mail_location = $_GET['mail_location']; ?> <title>RFC Job Application</title> <link rel='stylesheet' href='../../rfcStyle.css' type='text/css'> </head> <body bgcolor='#ffffff' leftMargin='0' … |
The End.