Search:
Type: Posts; User: comptech520
Search :
Search took 0.03 seconds.
My company is on Facebook.
I want to add more fans to our FB page.
I have created a promotion where if you like us on FB you get a free CD, they will see when they are logged in to the...
Even if the site is for a different division of the company?
Hi,
I have an event coordination company, but have several domains that relate to our services (different type of events .coms).
I am having our website redeveloped.
I am wondering if I...
Hi,
I added "echo empty($_POST);", it returned "1"
I attached an updated copy of this.
Hi,
I want to get the image on the same line as "Your browser passed the" almost right next to that line.
Please see the attached image.
This is what I have for code:
Hi,
I did the changes.
It didn't like '0', '1', '2'
I echoed the debugging method you mentioned, and it outputted this:
version: ||
status: ||
Hi,
I have a background, that I want to make 55px in width.
This is the background for page numbers, so each page number will be in a box with the chosen background.
The current layout...
The notes and version fields populate, but the rest don't.
What is not shown because it is in the CSS file:
If the system is online, an online image will display
If the system is offline, an...
Hi,
Using this code does not work. There are no errors in my log.
Does not work meaning the HTML portion does not load. Can someone please take a look at my database code to see if it looks...
Hi,
I have a database "clothes"
Say I have a couple of fields in a database
Color
Long_Sleeve
Short_Sleeve
Can someone please kindly give me an example on how to:
Hi,
Thanks for that!
For some reason, using this code, the PHP in my page does not render.
I have <?php $start = microtime(true); ?>, right under the <body> tag
and
<?php
Hi,
I use this code to display the load time of a page and displays the finished product of: This page took 1299891636.652231 seconds to load.
How can I format that to 1.22 seconds?
Do...
Hi,
How would I code this:
If $tasks > 1 & $groups not equal to intranet & inhouse
DO THIS
Thanks!
What this would equal to is this:
files/davenport
Say the group is "davenport", but I want to use the session variable $group so I don't have to do it every time.
What is the proper syntax...
Hi,
I have a table called "group" in my database.
I have some session data (if user 1 is signed in, group = 3)
Is this correct to assign $ group to the session group 3?
Hi,
I have some thumbs, and I want to display the file name, which would be a number 01, 02, 03, etc... where "NUMBER" is. How can I accomplish that?
<a...
Thank you! That did it, for some reason I forgot about that one.
Hi,
I want the id "main" height to be fixed at 550px, but if the content exceeds 550px, I want it to expand to the actual height of the page. This is the code I have, any ideas?
#main ...
Hi Thanks,
Is there a way for this to work in IE?
Hi,
I have some code here to say Username in the username box and Password in the password box. The only issue is Password is all bulleted out.
How can I display the word Password and when...
Hi,
Thats a neat little function, but it only returns the word "photos" not the actual photo number.
How can I make it display the photo number with no extension?
I'm sure it is something...
Good morning,
How would I be able to add the code in bold below? I'm not sure of the syntax, I know there woulld be a .' or something, but don't know how to code that.
The goal is to display...
$array is used globaly on all pages
and formats the number a certain way.
Thanks!
Say I had to code it the way I had it in post 1, how would I do it?
I know the way to used was less complicated, but the script I'm using this on has to be coded in the style of post...