Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 35 of 35
Search took 0.01 seconds.
Search: Posts Made By: piercy
Forum: C# Aug 8th, 2007, 7:56 AM
Replies: 1
Views: 90
Posted By piercy
insert text into richtextbox where cursor is

hi, i need to insert text into a richtextbox where the cursor is. for instance im sending a standard message to all of my friends. i want the beggining to say hi fred or hi jon depending on who...
Forum: C# Aug 7th, 2007, 5:14 AM
Replies: 0
Views: 98
Posted By piercy
2 X listbox multiextended D&D double click + buttons

Hi,
i have to listboxes names lbData and lbTo. the idea is the user gets to the form and the lbData gets contact information from the database. the user then selects the user(s) they require and...
Forum: JavaScript and Client-Side Browser Scripting Jul 25th, 2007, 5:15 AM
Replies: 0
Views: 233
Posted By piercy
asp list box to list box transfer JS.

i have two asp list boxs. one on the left is populated by test data eventually going to be data retrieved from the database. the user will select the certain info for instance usernames and then...
Forum: PHP Nov 24th, 2006, 3:08 PM
Replies: 0
Views: 64
Posted By piercy
PECL installation on mac (zip-1.8.0)

I have think i have worked out why i cant get my code to zip a file. So i need ot install the PECL ZIP-1.8.0. I have it on my desktop but if there is a easier way to do it all through terminal i...
Forum: Other Web Development Languages Nov 23rd, 2006, 7:15 PM
Replies: 17
Views: 461
Posted By piercy
i didnt read all this post but cant MD5's be...

i didnt read all this post but cant MD5's be found out using a PHP MD5 function? im sure i saw something somewhere where you encrypt passwords as they go in then unencript as they go out.
Forum: PHP Nov 23rd, 2006, 5:08 PM
Replies: 3
Views: 162
Posted By piercy
Would someone be able to supply a general zipping...

Would someone be able to supply a general zipping code for zipping a whole directory? This should help me then i can add it to what ive got.
Forum: PHP Nov 23rd, 2006, 5:06 PM
Replies: 5
Views: 126
Posted By piercy
cant work out to edit the above post. i managed...

cant work out to edit the above post. i managed to get the above code working. it all works fine. All i need help on now is Zipping files. (in another thread)

Thanks for your effort,
Forum: PHP Nov 23rd, 2006, 3:13 PM
Replies: 5
Views: 126
Posted By piercy
A friend has also geven me this to compare the...

A friend has also geven me this to compare the database column with the folder. although his gives the same error as yours. Pretty sure its something in my code or maybe even server side.


while...
Forum: PHP Nov 22nd, 2006, 1:24 PM
Replies: 6
Views: 156
Posted By piercy
so.... it would seem the page doesnt know which...

so.... it would seem the page doesnt know which cookie to handle.


$cookie = $_COOKIE['stylesheet'];

if(!empty($cookie)) {
setcookie("stylesheet", "", time()-3600); //set cookie to expire a hour...
Forum: HTML / XHTML / CSS Nov 22nd, 2006, 1:08 PM
Replies: 20
Views: 546
Posted By piercy
i would just say thoug,h that i didnt see anyone...

i would just say thoug,h that i didnt see anyone tell the guy that he would need to leave his laptop on(if he wanted a proper webserver). leaving a laptop on non-stop seems a bad idea.
Forum: PHP Nov 22nd, 2006, 12:23 PM
Replies: 5
Views: 126
Posted By piercy
i tried that witha few adjustments here and...

i tried that witha few adjustments here and there but it seemd to out put nothing at all. i had array printing in for debugging and even that aint working. plus the code originally outputted a...
Forum: PHP Nov 21st, 2006, 1:16 PM
Replies: 3
Views: 162
Posted By piercy
currently rewriting the whole code to fix these...

currently rewriting the whole code to fix these errors and a few other ones. will carry on with zipping once i fixed it.

Thanks for help,
Forum: PHP Nov 21st, 2006, 1:15 PM
Replies: 5
Views: 126
Posted By piercy
SQL column as array

i know this is probably really simple... but im writing a fairly complicated download script which adds info to database depending on what is located in the downloads folder. im trying to get php to...
Forum: PHP Nov 13th, 2006, 3:50 PM
Replies: 3
Views: 162
Posted By piercy
PHP to ZIP a directory.

I need to zip all the files in a directory (not including the folder). i tried to use an example on www.php.net/sip to help me but i get a parse error. heres the whole code i have. The SQL...
Forum: PHP Apr 30th, 2006, 4:21 PM
Replies: 4
Views: 169
Posted By piercy
the above code was an example not my real code....

the above code was an example not my real code. basically i didnt want you guys just giving me a code i wanted an example which i could extend myself. the statement i wanted really (in word terms)...
Forum: PHP Apr 30th, 2006, 3:23 PM
Replies: 4
Views: 169
Posted By piercy
Angry if statement example please

i feel like a right idiot keep having to ask you guys :mad: but im having trouble with my if statments. i have searched google and seen examples but mine look fairly similar but never work. i need it...
Forum: PHP Apr 28th, 2006, 6:23 AM
Replies: 15
Views: 387
Posted By piercy
ahhh i just put the "==" in and now i see what...

ahhh i just put the "==" in and now i see what you mean. it works perfectly :D

thank you very much.
Forum: PHP Apr 28th, 2006, 6:17 AM
Replies: 15
Views: 387
Posted By piercy
sorry that $view = $ifdate was just a test i did...

sorry that $view = $ifdate was just a test i did i forgot to remove it. im not sure what you mean about "==". i wanted hte if statment to basically say.

$view is equal to $_post["view"]
order by...
Forum: PHP Apr 28th, 2006, 3:37 AM
Replies: 15
Views: 387
Posted By piercy
<html> <?php if ($_POST ['view']) $view = $_POST...

<html>
<?php
if ($_POST ['view']) $view = $_POST ['view']; else $view = 'fullname';
require_once ("table.php");
mysql_connect('localhost','guest','password');
$view = $ifdate;
if ($view='date')...
Forum: PHP Apr 27th, 2006, 4:23 PM
Replies: 15
Views: 387
Posted By piercy
yeah i know what you mean but the clicking the...

yeah i know what you mean but the clicking the top of the column seems a bit complex at the moment. althought while your here help me with my if statements i am sure i am doing it right but the page...
Forum: PHP Apr 27th, 2006, 3:40 PM
Replies: 15
Views: 387
Posted By piercy
okay thanks :) and yes i realised i had DESC...

okay thanks :) and yes i realised i had DESC rather than ASC thing is i also want to do this in date/time order. for it to work in date/time it has to be DESC and for it to work on names and emails...
Forum: PHP Apr 27th, 2006, 3:41 AM
Replies: 15
Views: 387
Posted By piercy
yes ive changed that in my code but it still not...

yes ive changed that in my code but it still not ordering the table. its still just displaying the original order.
Forum: PHP Apr 26th, 2006, 5:45 PM
Replies: 15
Views: 387
Posted By piercy
database = test table = messages table fields =...

database = test
table = messages
table fields = fullname, emailaddress, date, message
i would like to be able to view this information so that i can view it a-z by name and email.

is this enough...
Forum: PHP Apr 26th, 2006, 1:18 PM
Replies: 15
Views: 387
Posted By piercy
mysql table view require()or suggestions.

i am trying to create a form that will show a database table in the required format eg. name a-z or email a-z etc.. i would like this so that when the page loads up the table is displayed and then...
Forum: PHP Apr 23rd, 2006, 3:26 PM
Replies: 19
Views: 506
Posted By piercy
i have done that. ive got remote assistance for...

i have done that. ive got remote assistance for now and they are going to search tomorrow. so hopefully it will be sorted by tomorrow if not i will probably post about 6 tomorrow (GMT).

thanks for...
Forum: PHP Apr 23rd, 2006, 2:32 PM
Replies: 19
Views: 506
Posted By piercy
yes i did the go to folder thing earlier and it...

yes i did the go to folder thing earlier and it says it does not exist. i added the database anme in there and still same error as above. whats going on with this folder?
Forum: Project Ideas Apr 23rd, 2006, 2:25 PM
Replies: 16
Views: 260
Posted By piercy
Smile ms access

as said above MS access! there does not seem to much point creating a program (unless you want something to do) for it when it can done be much easier in MS access and can still look good.
Forum: PHP Apr 23rd, 2006, 1:10 PM
Replies: 19
Views: 506
Posted By piercy
how do i do that? and i tried to naviagate to the...

how do i do that? and i tried to naviagate to the mysql folder but it said it didnt exist.
Forum: PHP Apr 23rd, 2006, 1:03 PM
Replies: 19
Views: 506
Posted By piercy
mac 10.4 and i know that its a risk but im not...

mac 10.4 and i know that its a risk but im not going to be creating anythign for the web yet im only just familiar with the basics(as you probably noticed). i know how to change it i think but i...
Forum: PHP Apr 23rd, 2006, 10:06 AM
Replies: 19
Views: 506
Posted By piercy
erm im not sure what you mean by using superuser...

erm im not sure what you mean by using superuser to run it. navicat is an application which i open on my normal login. when connecting to the database it uses the username root and no password.
Forum: PHP Apr 23rd, 2006, 9:22 AM
Replies: 19
Views: 506
Posted By piercy
Cool erm im hosting myself and im using a visual aid...

erm im hosting myself and im using a visual aid called navicat to arrange the database because learning php is hard enough for me as it is without having to memorize command line codes. navicat...
Forum: PHP Apr 23rd, 2006, 8:38 AM
Replies: 19
Views: 506
Posted By piercy
erm sorry again guys count the above post out...

erm sorry again guys count the above post out because im using yet another coding to do it. i would really like to get thiis one sorted out.

$fname = $_POST["first"];
$sname =...
Forum: PHP Apr 23rd, 2006, 5:10 AM
Replies: 19
Views: 506
Posted By piercy
okay thanks guys but i now have an error in a...

okay thanks guys but i now have an error in a different line im told there error is on the middle line but i know that somtimes the surrounding code can affect it so i will paste that...
Forum: PHP Apr 22nd, 2006, 3:14 PM
Replies: 19
Views: 506
Posted By piercy
okay i edited it into code tags and where are the...

okay i edited it into code tags and where are the semicolons missing. i kinda new to this.

thanks again
piercy
Forum: PHP Apr 22nd, 2006, 3:04 PM
Replies: 19
Views: 506
Posted By piercy
Unhappy php mysql_connect parse error

hi am quite new to php and i have made a code that sends an email to a specified email address. i also want the code to store the email in a database. i have tried many online tuorials and books...
Showing results 1 to 35 of 35

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:54 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC