Search found 77 matches

by srdva59
Mon Feb 25, 2013 6:18 am
Forum: PHP - Code
Topic: how add link to a related content
Replies: 1
Views: 713

how add link to a related content

hi,
i have a website with some content then i need add links related for that content,
for example if i have a content called cloud and i write cloud in the text
i want a script can add a link in that word cloud that point to the content
called cloud.
how can i do this?
thanks for your help
:)
by srdva59
Tue Jan 08, 2013 6:51 pm
Forum: Javascript
Topic: get style from element
Replies: 1
Views: 2371

get style from element

hi, i have some style property in a array for example color[1] = "color"; color[2] = "background"; now i want ger the style property of a object but i don´t know how call. for example: obj.style + color[1] but this only return: [object CSSStyleDeclaration], how can i see the valu...
by srdva59
Thu Oct 25, 2012 9:53 am
Forum: PHP - Code
Topic: how creat a square picture with two colors
Replies: 2
Views: 575

how creat a square picture with two colors

hi
i looking for a way to creat a picture li ke this:
http://acp.com.pt/color.png
how can i do that?
thanks for your help
by srdva59
Mon Oct 08, 2012 7:51 pm
Forum: PHP - Code
Topic: creat php api to acess remote functions
Replies: 5
Views: 1161

Re: creat php api to acess remote functions

yes, but not require a login with user and pass, may be if i use only a token for example:

test as new api->www.test.com?token=27272

call teste->name_of_function

then the server validate the token and return a value if the token is valid.
thanks
by srdva59
Mon Oct 08, 2012 6:47 pm
Forum: PHP - Code
Topic: creat php api to acess remote functions
Replies: 5
Views: 1161

Re: creat php api to acess remote functions

hi,
what i want is creat my own php api
in server A i have many functions and classes that i what acess outside of that server.
like we use the cpanel api for example that we give the user and pass and add domains etc
thanks
by srdva59
Mon Oct 08, 2012 11:08 am
Forum: PHP - Code
Topic: creat php api to acess remote functions
Replies: 5
Views: 1161

creat php api to acess remote functions

hi,
any one know how creat api to acess functions in a remote functions?
thanks for your help
:)
by srdva59
Sat Sep 08, 2012 5:12 pm
Forum: Linux
Topic: alternative for cpanel linux
Replies: 3
Views: 30094

alternative for cpanel linux

hi,
i looking for altertive of cpanel with whm too
anyone know a good solution?
thanks for your help
:)
by srdva59
Sat Aug 18, 2012 12:11 pm
Forum: PHP - Code
Topic: download recursive files using ftp
Replies: 1
Views: 638

download recursive files using ftp

hi, i looking for a class / script to download recursive files to a local folder. anyone know one that work fine? i have tested this class but for some reason this class do not (http://www.phpclasses.org/package/5960-PHP-Recursive-Upload-and-download-files-via-FTP.html) download the files for the co...
by srdva59
Mon Jul 30, 2012 6:59 pm
Forum: PHP - Code
Topic: text / html editor like TinyMCE
Replies: 0
Views: 850

text / html editor like TinyMCE

hello, i looking for a editor like TinyMCE that we can add tables and other html stuff. in this editor like others he is not very good when we need resize the columns in this link there is a table that we can resize the columns very easy http://www.ita.es/jquery/jquery.kiketable.colsizable.htm any o...
by srdva59
Wed Jul 25, 2012 7:31 pm
Forum: PHP - Code
Topic: simplexml_load_file with 2 array
Replies: 1
Views: 676

simplexml_load_file with 2 array

hi, try load a xml with this struture: <file> <one> <a> test </a> <array> <arra1> silver </arra1> </array> </one> <one> <a> test </a> <array> <arra1> silver </arra1> </array> </one> </file> i can load all values except the values that is inside of the array foreach($xml->children() as $child) { echo...
by srdva59
Fri Mar 09, 2012 4:56 pm
Forum: PHP - Code
Topic: xml parser
Replies: 1
Views: 335

xml parser

hi, i have this xml <m time="2012-03-09T11:14:20+00:00" timestamp="1331291660"> <ma id="1219457" xsid="0"> <time>2012-03-09T19:30:00+00:00</time> <gru id="8388">Nacional</gru> <ht id="2325">Teste</ht> <at id="8919">Teste2</at> <re...
by srdva59
Mon Feb 13, 2012 5:50 pm
Forum: PHP - Code
Topic: change value in a configuration file
Replies: 1
Views: 2708

change value in a configuration file

hi,
i have a configuration file with this content for example:

test = "100";
teste2 = "300";

now need change the test from 100 to 300,
i just want use something like this: function ( "test" , 300 );
how can i do that?
thanks for help
by srdva59
Wed Jan 04, 2012 4:37 am
Forum: PHP - Code
Topic: add values into class file
Replies: 2
Views: 555

Re: add values into class file

hi,
ok i will see that thanks :)
by srdva59
Tue Jan 03, 2012 5:20 pm
Forum: PHP - Code
Topic: add values into class file
Replies: 2
Views: 555

add values into class file

hi, i have a class file that have all values from a database fields. for example: class mospedidos extends mosDBTable { id = null; date =null; } class mosunder extends mosDBTable { id = null; name =null; } each time i creat a new field in the database i need add the same field in the class file, wha...
by srdva59
Thu Dec 29, 2011 5:03 am
Forum: PHP - Code
Topic: looking for a WYSIWYG HTML browser Editor
Replies: 3
Views: 846

looking for a WYSIWYG HTML browser Editor

hi,
i looking for a WYSIWYG HTML that work in the browser.
I have found this
http://phphtmledit.com/
that work like i need but i looking for a alternative that cost less or opensource
any one know something like this?
thanks for your help
:)