When trying to browse a PC on the network from My Computer or Windows I enter;
//192.168.10.10/c/
And would then expect to see a PC - instead I am being asked to enter my username and password for the local firewall - Internet Explorer is then started and the usual error concerning "Cannot find...
I have just started work for myself and am being asked to supply desktops,laptops,printers, scanners etc. Does anyone know of a UK wholesalers supplying quality equipment at affordable prices?
I would prefer kit to be supplied with at least 1 years manafacturers onsite warranty as I dont want...
Hi t5amec
Here are a few sites which will help you develop your skills:
http://hotwired.lycos.com/webmonkey/99/21/index2a.html
http://www.sqlcourse.com/
http://www.weberdev.com/
Good Luck
JahJah
When running a crystal .exe users are coninually being asked for logon parameters, their ODBC appeasr to be setup the same as mine could it be something withing MySQl authentication which is causing it??
I have compiled a reprt on crystal pro 8.5 which when I try and run from another PC I am getting the following error.
Print Engine Error - Unable to load report
I have the same printer setup on both PCs, this seems to happen on any PC I try to run the exe from!!!!
Help Please
JahJah
Hello skiflyer/DRJ478
I have added a line to my PHP script:
exec("sh lab_print.sh $temp1 $PRINTER>/dev/null");
which calls upon the following shellscript - for some reason it wont copy the file to the remote server - any ideas where I may be going wrong???
#!/bin/sh
# parameters $1...
Hello All
Need a solution on a PHP script I have created which produces labels to a users input specification. The script then needs to print the labels to the users depot which could be at one of 3 depots around the UK.
I know the standard unix command (lp -dprinter file) for printing it but...
The change will only occur with the 4 numbers, ie it could be one of the following:
M0100
M0500
M0300
M0100
M0010
M0001
M0070
the capital M will be constant.
I cant seem to get the pattern matching for the search below to work - this is the command I am using which seems to be working fine with the another search/replace. Does anyone have a better way of searching for a line beginning with a letter and followed by 4 numbers...
try this overyde - there are amny ways of displaying images within your page;
<img src="my.bmp" align= right alt ="My Description">
JahJah
I cant seem to get the pattern matching for the 2nd search to work - this is the command I am using which seems to be working fine with the date search/replace.
$pattern2='/\b\w\d{4}\s/'; //search for M9999 at start of line
$replace2=$NEWQTY; //
$txt = preg_replace($pattern2,$replace2, $txt);
Thanks Everyone for helping,
DRJ478 I tried you method and after a little changing round using temp files I have a file with the replacement date in, how would you say was the best way of searching and replacing for both of the criteria mentioned without breaking the script??
PS how does the...
Thanks DRJ478
that seems to have helped a little - for some reason however I cannot get it to replace the text within the file it deltes the files contents here is a snippet of the script;
@ $fp = fopen("$FILE","w", 2);
if (!fp)
{
echo "<P><STRONG>Cannot open the...
Hello Gizmicek
Unfortunately this doesnt seem to be of much help... I need to open up a file, search for the 2 criteria mentioned above and replace the text with variables.
Can anyone help I am trying to search for text within a file and replace it with predetermined variables - I have tried egrep_replace but dont seem to be having much luck - does any one have any suggestions?? The text I need to replace are a date (DD/MM/YY) and a letter followed by 4 numbers...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.