Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Member Avatar for YoungCoder
Member Avatar for namit

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 …

Member Avatar for mechbas
0
85
Member Avatar for namit

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?

Member Avatar for GriffIT34
0
453
Member Avatar for namit

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

Member Avatar for laurente
0
111
Member Avatar for namit

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 …

Member Avatar for Ooble
0
215
Member Avatar for namit

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.

Member Avatar for paradox814
0
104
Member Avatar for namit

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?

Member Avatar for pc2forum
0
142
Member Avatar for namit

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

Member Avatar for server_crash
0
132
Member Avatar for namit

I have a directory full of pictures how do i shrink them? Have juse installed gd Can anyone help me?

Member Avatar for namit
0
180
Member Avatar for namit

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

Member Avatar for tgreer
0
97
Member Avatar for namit
Member Avatar for namit

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

Member Avatar for tgreer
0
187
Member Avatar for namit

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

Member Avatar for namit
0
138
Member Avatar for 1andyw

I need to improve our online calendar but the ones I have seen so far, will not handle the number of events I need to list, without horizontal scrolling. Several of our members have mobility limitations and horizontal scrolling is inappropriate. The calendar should have a chronological list for each …

Member Avatar for namit
0
143
Member Avatar for 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:

Member Avatar for Lexani
0
264
Member Avatar for stupidenator

Hi everyone, I am trying to make a php web page that displays images. Is there any way I can use php to look at what is in a certain folder(that only contains images) and then have it write html to display all the images from that folder on the …

Member Avatar for namit
0
120
Member Avatar for namit

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.

Member Avatar for namit
0
118
Member Avatar for namit

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

Member Avatar for zippee
0
212
Member Avatar for namit

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 …

Member Avatar for namit
0
159
Member Avatar for namit

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 …

Member Avatar for namit
0
115
Member Avatar for namit

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 ?

Member Avatar for jwshepherd
0
108
Member Avatar for namit

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 …

Member Avatar for Troy
0
96
Member Avatar for hbmarar

hi, I have a tar.gz package of files that consists of php files.Now if i extract it through the winzip and modify a few files/ delete , I would like to make a tar.gz package back.I would like to know about the posibility. Is there any softwares that creates the …

Member Avatar for namit
0
78
Member Avatar for vijmen

Hi I am a newbie to php, having worked more in java. I am trying to write a php script to upload images to a directory. This works in windows but when I test it on a unix box, there seems to be no error message but the file does …

Member Avatar for namit
0
117
Member Avatar for namit

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.

Member Avatar for techniner
0
145
Member Avatar for namit

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' …

Member Avatar for techniner
0
208