
samona
Members-
Posts
232 -
Joined
-
Last visited
Never
Everything posted by samona
-
[SOLVED] Noob problem with isset to prevent execution
samona replied to colinsp's topic in PHP Coding Help
Submit should be submit. Lower case 's' -
Use ITX, its part of PEAR.
-
Problem solved: Reinstalled drivers, and then went to the website to update them. Thanks!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
I do have two video cards on the computer. This happens when the desktop starts to load up. The other monitors load but this one monitor has to be unpluged and plugged back in for it to work.
-
Hi, In order for my monitor to work at boot time, I have to unplug it and then replug it. Anyone have any ideas why this would happen?
-
It is a Windows XP 64-bit OS. They do have the latest drivers. It is DVI. And they are correct in the display properties. I can move any other application around, but there seems to be one that just goes blank went sent to different screens. Maybe the GPU's are not able to work correctly together when using this proprietary application?
-
Hi, I have multiple monitors on my PC that has two video cards. The problem is that when I drag a window into another monitor, the window goes blank. The graphics for the window doesn't get rebuilt. Anyone have an idea of what the problem may be? Also, it works when I drag to some monitors, but in other monitors it does not.
-
Thanks for the reply. I'm actually trying to record an avaya digital phone. Since I dont have access to the PBX, I'm trying to have a device go between the phone and the headset.
-
You can use regex
-
Does anyone have an idea of a device that can record phone calls. Something that i can just put on my phone's headset?
-
Is there a command to save a pdf file as text in php
samona replied to samona's topic in PHP Coding Help
Yes, it does look like that. Even when I save it as text file its all just characters. Theres no images in the file. -
Is there a command to save a pdf file as text in php
samona replied to samona's topic in PHP Coding Help
How would I do that. I dont understand what PS controls are. -
Is there a command to save a pdf file as text in php
samona replied to samona's topic in PHP Coding Help
It's just a report. I can open it in adobe and Save As... a text file. I was just wondering if i can open it in php and save it as a text file. -
Is there a command to save a pdf as text file so that i can extract data from it?
-
Yeah, i think you're right. So if $output is empty then x$output would equal x. But why not just say if $output="" or maybe that's not possible in shell programming?
-
Hi, I was wondering if someone could explain what the following code means. if test "x$output" = "x" Also, why would you put "x$output" why not just "$output" ?
-
Is there a way for me to view a remote computer with 3 monitors on my home computer which has only 1 monitor?
-
How can you keep users in their own directory without being able to do "cd / "?
-
are you using sessions?
-
Make sure you have the permissions set correctly.
-
Try the following echo "Tervetuloa takaisin," . ' <a href="./index.php?act=profile&id=' .$row['id']. '">' .$row['username']."</a>!\n";
-
[SOLVED] Problem Inserting Data into SQL Table
samona replied to Akenatehm's topic in PHP Coding Help
my pleasure -
[SOLVED] Problem Inserting Data into SQL Table
samona replied to Akenatehm's topic in PHP Coding Help
You have to type the column names in the program exactly as they are in the Table. It is case sensitive. -
[SOLVED] Problem Inserting Data into SQL Table
samona replied to Akenatehm's topic in PHP Coding Help
Can you insert hte mysql_error() function into your program where you have the insert query and post the output. mysql_query($insert) or die("Could not insert comment" . mysql_error()); -
[SOLVED] Problem Inserting Data into SQL Table
samona replied to Akenatehm's topic in PHP Coding Help
what does the connect.php file look like?