small inaccuracies
I have this code to convert fractional base 10 into base 2:
while($num > 0)
how do i make new line after *
First check this page here. and you see my report. Im pulling form a mysql db. I want to beable to m
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
This must be easy , pulling the last record of the day, every day, from a txt
I have a txt file logging weather data every minutes (so 1 record per minute). I want to extract the
controlling/creating accounts with privileges
hi all,
i'm trying to figure out how i can create/control account with privileges, for instance a
Restricted access to sub-folder in iis6 doesn't work?
Basically I'm trying to add restriction to sub-folder (which contains pdf) in web.config for iis6 as
upload photo limits
ive got a upload photo script and im just trying to make more secure currently it limits size and as
How to insert random unique values in 2 columns ?
I have table with 2 columns
Create Table code_for_code (
first_code varchar2(10) uni
need help in update query
i create a form for update. there are 8 columns in my mysql table. on my main page all the data is r
Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.