Actual Results
- HoocH
- Foro: Website Design Forum
- Tema: Webpage shows on some computers.not all
- Subject: Webpage shows on some computers.not all
- Respuestas: 16
- Vistas: 1578
Posted: Marzo 21st, 2007, 5:14 pm
Hi knexor2,
that is not the problem. Thanks for looking so closely to my post though.
Somehow is was missed there. But it's on the webpage.
I must have done some editing to clean the code up and deleted
that by accident.
that is not the problem. Thanks for looking so closely to my post though.
Somehow is was missed there. But it's on the webpage.
I must have done some editing to clean the code up and deleted
that by accident.
- HoocH
- Foro: Website Design Forum
- Tema: Webpage shows on some computers.not all
- Subject: Webpage shows on some computers.not all
- Respuestas: 16
- Vistas: 1578
Posted: Marzo 21st, 2007, 6:01 am
I am at work today and all is well here too. It has to be my local machine. FYI...I tried changing the code so there was no DB inquiry. I linked to the pictures via straight html. And it still did not work. Also, notice the links on the left. I added a cpl and my customer (who also cannot see the pi...
- HoocH
- Foro: Website Design Forum
- Tema: Webpage shows on some computers.not all
- Subject: Webpage shows on some computers.not all
- Respuestas: 16
- Vistas: 1578
Posted: Marzo 20th, 2007, 10:46 am
Can't seem to recreate the errors. Have you checked to see if maybe some security or other settings may be differing with that machine? Can you duplicate the missing image problem on other sites with the erroneous machine? Kind of. I uploaded the page to the clients website. Set up the Db and all t...
- HoocH
- Foro: Website Design Forum
- Tema: Webpage shows on some computers.not all
- Subject: Webpage shows on some computers.not all
- Respuestas: 16
- Vistas: 1578
Posted: Marzo 20th, 2007, 10:02 am
Sure thing.
http://www.zentyx.com/tia/sponsor.php
All computers are up to date for browsers.
FYI the 2nd computer that does not show
the pics, it doesn't work in either IE or FF.
http://www.zentyx.com/tia/sponsor.php
All computers are up to date for browsers.
FYI the 2nd computer that does not show
the pics, it doesn't work in either IE or FF.
- HoocH
- Foro: Website Design Forum
- Tema: Webpage shows on some computers.not all
- Subject: Webpage shows on some computers.not all
- Respuestas: 16
- Vistas: 1578
Posted: Marzo 20th, 2007, 8:25 am
Hello all. Could someone please explain to me why my latest webpage is not showing up on my clients computer? This page works on 2 of the 3 computers in my house. The problem is in showing the .jpg. The table and links show up. Here is my simplified code [php] <table width="700" height=...
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: [PHP] -- mkdir
- Subject: [PHP] -- mkdir
- Respuestas: 9
- Vistas: 897
- Subject: [PHP] -- mkdir
Posted: Octubre 3rd, 2006, 10:29 am
Perfect!
Thank you
Thank you
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: [PHP] -- mkdir
- Subject: [PHP] -- mkdir
- Respuestas: 9
- Vistas: 897
- Subject: [PHP] -- mkdir
Posted: Octubre 3rd, 2006, 10:05 am
Thing is...the folder comes up as 755.
Even with the
mkdir('../images/users/'.$username, 0777);
Then, the pics I upload are chmodded to 644.
Even with the
mkdir('../images/users/'.$username, 0777);
Then, the pics I upload are chmodded to 644.
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: [PHP] -- mkdir
- Subject: [PHP] -- mkdir
- Respuestas: 9
- Vistas: 897
- Subject: [PHP] -- mkdir
Posted: Octubre 3rd, 2006, 9:58 am
That seems logical.
Thank you.
Thank you.
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: [PHP] -- mkdir
- Subject: [PHP] -- mkdir
- Respuestas: 9
- Vistas: 897
- Subject: [PHP] -- mkdir
Posted: Octubre 3rd, 2006, 9:44 am
Thanks Tchuki
But I did have it that way 1st. It still came up with the same errors.
I cannot chmod the folders. It will not let me do that on any folder
that command made.
But I did have it that way 1st. It still came up with the same errors.
I cannot chmod the folders. It will not let me do that on any folder
that command made.
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: [PHP] -- mkdir
- Subject: [PHP] -- mkdir
- Respuestas: 9
- Vistas: 897
- Subject: [PHP] -- mkdir
Posted: Octubre 3rd, 2006, 7:40 am
Hey all. I have a folder created when a user signs up to my website. Here's the code I used
This part works perfect. Also the upload works too. But thing is...the folder and image cannot be deleted via ftp. I made a few test folders, now I want to dele...
PHP Código: [ Select ]
mkdir('../images/users/'.$username);
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: display users online
- Subject: display users online
- Respuestas: 46
- Vistas: 3132
- Subject: display users online
Posted: Mayo 9th, 2006, 12:25 pm
But what does $some_user_obj need to be replaced with?
Or does it need editing?
Or does it need editing?
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: display users online
- Subject: display users online
- Respuestas: 46
- Vistas: 3132
- Subject: display users online
Posted: Mayo 8th, 2006, 6:32 pm
Could you explain this a little better?
Are you saying I can merge my existing users database?
Quote:
BTW Nicest way of doing this is just to pass the "key" of the user row into the session table and fetch the user data based on that key from the users table
Are you saying I can merge my existing users database?
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: display users online
- Subject: display users online
- Respuestas: 46
- Vistas: 3132
- Subject: display users online
Posted: Mayo 8th, 2006, 6:29 pm
Well, I'm trying to follow here. I have a database setup already. [code]$query = 'CREATE TABLE `users` ( id int(11) NOT NULL auto_increment, username varchar(32) NOT NULL UNIQUE, password varchar(32) NOT NULL, firstname varchar(32) NOT NULL, lastname varchar(3...
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: display users online
- Subject: display users online
- Respuestas: 46
- Vistas: 3132
- Subject: display users online
Posted: Mayo 8th, 2006, 7:23 am
Yay for may!
I'll have to give he code a try as soon as I get home tonight.
Thank you and everyone else who has been helping me here.
You should put your name at the top of ths script, you deserve credit.
I'll have to give he code a try as soon as I get home tonight.
Thank you and everyone else who has been helping me here.
You should put your name at the top of ths script, you deserve credit.
- HoocH
- Foro: Programming / Scripting / Coding Forum
- Tema: display users online
- Subject: display users online
- Respuestas: 46
- Vistas: 3132
- Subject: display users online
Posted: Mayo 5th, 2006, 8:50 pm
first of all, not obvious errors, like i stated not complete code. :) I was poking fun at myself...since I have no clue when it comes to php. No offense to you and your kindness in helping me. Now back to business.. I made it to the html part. Here's my latest error (I did fix a cpl more along the ...
