|
|
|
| |
 |
| |
|
| |
 |
|
|
Pls help, we made this code which is working fine what how we can do php to pick the ID which we click on so we can delete , this code is only picking one ID all time,
<script type="text/javascript">
<!--
function confirmation() {
var answer = confirm("Delete entry <? echo $row['id']; ?> ?")
if (answer){
alert("Entry Deleted")
window.location = "deletemessageboard.php?id=<? echo $row['id']; ?>";
}
else{
alert("No action taken")
}
}
//-->
</script>
<?
if ($rowcolor == "000000"){
$rowcolor = "222222";
} else {
$rowcolor = "000000";
} ?>
<tr style="background-color: <? echo $rowcolor; ?>">
|
|
read more | amansingh630's blog | login or register to post comments
|
|
|
|
 |
|
| |
|
| |
 |
By Wiki at 2008-10-15 07:28
|
Unlocked Cell Phones at All Mobile Brands. An online source for all brand GSM cell phones, unlocked phones, cellular phones and mobile phone accessories.
|
|
Wiki's blog | 2 comments
|
|
|
|
 |
|
| |
|
| |
 |
|
|
Especially if you know next to nothing about <HTML>. Being a WAHM is a lot tougher than you might think. I started over a year ago and the thing is still not done. Between the baby & toddler not a lot gets done. For anyone attempting to build your own site here is a little bit of general information to help you get started ....
Three things to have a general idea of before you start to build your site
1. Design & Layout - should involve CSS, look at some sites, some tutorials (there are lots of good ones here) and get familiar with the task before you.
2. SEO - aka Search Engine Optimization. This will make more sense as you learn HTML or if you know it already, but if you are aware of some key techniques beforehand it will save you hours of recoding and correction down the road.
|
|
read more | lovinglearning's blog | 1 comment
|
|
|
|
 |
|
| |
|
| |
 |
|
|
Thought i would post this interesting link i found.
Link: http://phplens.com/lens/php-book/opt...ugging-php.php
A HOWTO on Optimizing PHP
Quote:
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution.
In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.
|
|
read more | 's blog | login or register to post comments
|
|
|
|
 |
|
| |
|
| |
 |
|
|
Internet Radio Broadcasting
Overview
Welcome to the first in what will be either a two, or three part series into broadcasting radio over the internet. If you've never dabbled in this before then you should take a look at it as a way of greatly enhancing your site's persona and popularity. Since I added this to my site I have received a lot of positive feedback. In this first part we will talk about what internet radio broacasting is, how you can get set up and some of the pitfuls. In the next part we will look at how we can integrate the radio into your web site and enhancing the experience of your listeners. If there is enough interest then the third part will talk about some of the best radio automation software available and take a deep look into SAM Broadcaster, how to configure it and again, integrate it with your site.
|
|
read more | torrent's blog | login or register to post comments
|
|
|
|
 |
|
| |
|
| |
 |
|
|
Since I've been learning and writing PHP, there has always been one function that I've used time after time.
Every time a form is submitted, or information is passed to your PHP file, you need to make sure it's secure. Don't want someone injecting into your database or reeling off all the usernames and passwords!
|
|
read more | Thirsty Ferret's blog | 2 comments
|
|
|
|
 |
|
| |
|
| |
 |
By Jason at 2006-10-17 20:05
|
There is no reason to update your footer copyright date every year, and there is no reason to let it run behind. Below is a simple but often overlooked way to keep this up to date which we implemented just this year, after manually updating it every year on the network for nearly a decade:
Code:
<?php
echo 'Copyright 2000 - ' . date('Y');
?>
Just replace 2000 with the start date of your copyright and your footer year will never be out of date. This procedure may take only a matter of seconds and you will never need to remember to edit your footer date again (as long as your server clock is set to the correct year).
|
|
read more | Jason's blog | 3 comments
|
|
|
|
 |
|
|
|
|
 |
|
|